Medial Code Documentation
Loading...
Searching...
No Matches
Data Structures | Public Member Functions
xgboost::common::Monitor Struct Reference

Timing utility used to measure total method execution time over the lifetime of the containing object. More...

#include <timer.h>

Public Member Functions

void Print () const
 Print all the statistics.
 
void Init (std::string label)
 
void Start (const std::string &name)
 
void Stop (const std::string &name)
 

Detailed Description

Timing utility used to measure total method execution time over the lifetime of the containing object.


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