Common definition for PROFILING MACRO. More...
Go to the source code of this file.
Defines | |
#define | TIC(name) |
begin counter | |
#define | TOC(name, msg) |
end counter and display message in the standard output |
#define TIC | ( | name | ) |
begin counter
Definition at line 23 of file profiling.h.
#define TOC | ( | name, | |
msg | |||
) |
end counter and display message in the standard output
Definition at line 24 of file profiling.h.