|
Hymn to Beauty
C++ 3D Engine
|
A timeline. More...
#include <Timeline.hpp>
Public Member Functions | |
| Thread * | AddThread (const std::string &name) |
| Add a thread to the timeline. More... | |
| Json::Value | ToJson () const |
| Save timeline to json value. More... | |
| void | FromJson (const Json::Value &value) |
| Load timeline from json value. More... | |
Public Attributes | |
| std::list< Thread > | threads |
| Threads. More... | |
A timeline.
| Thread * Profiling::Timeline::AddThread | ( | const std::string & | name | ) |
Add a thread to the timeline.
| name | The name of the thread to add. |
| void Profiling::Timeline::FromJson | ( | const Json::Value & | value | ) |
Load timeline from json value.
| value | The json value to load from. |
| Json::Value Profiling::Timeline::ToJson | ( | ) | const |
Save timeline to json value.
| std::list<Thread> Profiling::Timeline::threads |
Threads.