ProfileStats::ProfileStatsEntry Struct Reference
Collaboration diagram for ProfileStats::ProfileStatsEntry:

Public Member Functions

 ProfileStatsEntry ()
 
 ProfileStatsEntry (const char *name)
 

Public Attributes

std::string name
 
double total_time
 

Detailed Description

Definition at line 59 of file timer.cc.

Constructor & Destructor Documentation

◆ ProfileStatsEntry() [1/2]

ProfileStatsEntry ( )
inline

Definition at line 62 of file timer.cc.

62 { }

◆ ProfileStatsEntry() [2/2]

ProfileStatsEntry ( const char *  name)
inline

Definition at line 63 of file timer.cc.

63 : name(name) { }

Member Data Documentation

◆ name

std::string name

Definition at line 60 of file timer.cc.

◆ total_time

double total_time

Definition at line 61 of file timer.cc.


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