#include <string>
#include <chrono>
#include <algorithm>
#include <fstream>
#include <thread>
#include <mutex>
|
typedef std::chrono::time_point< std::chrono::high_resolution_clock > | HighResTimePoint |
|
◆ BEGIN_PROFILING_SESSION
#define BEGIN_PROFILING_SESSION |
( |
|
name, |
|
|
|
storeInMemory, |
|
|
|
outputPath |
|
) |
| |
◆ END_PROFILING_SESSION
#define END_PROFILING_SESSION |
◆ PROFILE_FUNCTION
#define PROFILE_FUNCTION |
( |
| ) |
|
◆ PROFILE_SCOPE
#define PROFILE_SCOPE |
( |
|
name | ) |
|
◆ PROFILING
◆ HighResTimePoint
typedef std::chrono::time_point<std::chrono::high_resolution_clock> HighResTimePoint |