SLIM  1.0
Sparse Linear Methods (SLIM) for top-n recommender systems
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
ctimer_t Struct Reference

A data structure for timer. More...

#include <struct.h>

Data Fields

clock_t start
 
clock_t end
 

Detailed Description

A data structure for timer.

Definition at line 19 of file struct.h.

Field Documentation

clock_t ctimer_t::end

The end time

Definition at line 24 of file struct.h.

Referenced by display_timer(), and end_timer().

clock_t ctimer_t::start

The start time

Definition at line 22 of file struct.h.

Referenced by display_timer(), and start_timer().


The documentation for this struct was generated from the following file: