Pyrogenesis
13997
|
Visitor class that dumps events as JSON. More...
Public Member Functions | |
NONCOPYABLE (BufferVisitor_Dump) | |
BufferVisitor_Dump (std::ostream &stream) | |
void | OnSync (double time) |
void | OnEvent (double time, const char *id) |
void | OnEnter (double time, const char *id) |
void | OnLeave (double time, const char *id) |
void | OnAttribute (const std::string &attr) |
Public Attributes | |
std::ostream & | m_Stream |
Visitor class that dumps events as JSON.
TODO: this is pretty inefficient (in implementation and in output format).
Definition at line 461 of file Profiler2.cpp.
|
inline |
Definition at line 465 of file Profiler2.cpp.
BufferVisitor_Dump::NONCOPYABLE | ( | BufferVisitor_Dump | ) |
|
inline |
Definition at line 494 of file Profiler2.cpp.
|
inline |
Definition at line 482 of file Profiler2.cpp.
|
inline |
Definition at line 476 of file Profiler2.cpp.
|
inline |
Definition at line 488 of file Profiler2.cpp.
|
inline |
Definition at line 469 of file Profiler2.cpp.
std::ostream& BufferVisitor_Dump::m_Stream |
Definition at line 499 of file Profiler2.cpp.