Structure that holds profiling parameters. More...
#include <Profiler.hpp>

Public Attributes | |
| std::string | Name |
| Name of the function to be profiled. More... | |
| long long | Start |
| Time when Profiler starts. More... | |
| long long | End |
| Time when Profiler ends. More... | |
| int | ThreadID |
| The identifier of this thread. More... | |
Structure that holds profiling parameters.
| long long ProfileResult::End |
Time when Profiler ends.
| std::string ProfileResult::Name |
Name of the function to be profiled.
| long long ProfileResult::Start |
Time when Profiler starts.
| int ProfileResult::ThreadID |
The identifier of this thread.