|
Inferno
0.2
|
Go to the source code of this file.
Classes | |
| class | HitCount |
| struct | HitCount::Category |
Defines | |
| #define | HIT if(HitCount::IsEnabled()) HitCount::instance.Hit( __FILE__, __LINE__, INFERNO_CURRENT_FUNCTION, this ) |
Functions | |
| bool | operator< (const HitCount::Category &l, const HitCount::Category &r) |
| #define HIT if(HitCount::IsEnabled()) HitCount::instance.Hit( __FILE__, __LINE__, INFERNO_CURRENT_FUNCTION, this ) |
Definition at line 63 of file hit_count.hpp.
| bool operator< | ( | const HitCount::Category & | l, |
| const HitCount::Category & | r | ||
| ) |
Definition at line 8 of file hit_count.cpp.
References HitCount::Category::file, HitCount::Category::function, ReadArgs::hits_format, HitCount::Category::instance, HitCount::Category::line, and HitCount::Category::step.