#include <debug.h>
| Public Attributes | |
| int | index | 
| char * | name | 
| int | size | 
| int * | times | 
| int | sum | 
| ctime_t | beginTime | 
| ctime_t | endTime | 
| Public Member Functions | |
| TraceProfile (const char *name, int index, int size) | |
| ~TraceProfile () | |
| void | addTime (int instant, int time) | 
| void | begin () | 
| void | end (int instant) | 
| ctime_t sofa::helper::system::thread::TraceProfile::beginTime | 
| ctime_t sofa::helper::system::thread::TraceProfile::endTime | 
| int sofa::helper::system::thread::TraceProfile::index | 
| char* sofa::helper::system::thread::TraceProfile::name | 
| int sofa::helper::system::thread::TraceProfile::size | 
| int sofa::helper::system::thread::TraceProfile::sum | 
| int* sofa::helper::system::thread::TraceProfile::times | 
| sofa::helper::system::thread::TraceProfile::~TraceProfile | ( | ) | 
| void sofa::helper::system::thread::TraceProfile::begin | ( | ) | 
| void sofa::helper::system::thread::TraceProfile::end | ( | int | instant | ) |