GCS
0.2.3
|
#include <gu_profile.hpp>
Public Member Functions | |
Key (const char *const file, const char *const func, const int line) | |
bool | operator== (const Key &cmp) const |
bool | operator< (const Key &cmp) const |
std::string | to_string () const |
Friends | |
class | KeyHash |
class | Point |
class | Profile |
std::ostream & | operator<< (std::ostream &os, const Key &) |
Profile key storing human readable point description <file>:<func>:<line> and entry time.