IMP
2.0.1
The Integrative Modeling Platform
|
#include <IMP/benchmark/Profiler.h>
Public Member Functions | |
Profiler (std::string name) | |
void | reset () |
void | set (std::string name) |
void | show (std::ostream &out=std::cout) const |
One can use the the GPerfTools profiler to profile code. On a mac, you should use the Instruments program instead (part of the mac os developer tools).
Definition at line 23 of file Profiler.h.