1
0
mirror of synced 2026-04-26 04:08:28 +00:00

Added per-pass cpu usage statistics

This commit is contained in:
Clifford Wolf
2014-08-01 18:42:10 +02:00
parent d13eb7e099
commit 1e224506be
4 changed files with 86 additions and 12 deletions

View File

@@ -170,6 +170,7 @@ struct PerformanceTimer
return total_ns * 1e-9;
}
#else
static int64_t query() { return 0; }
void reset() { }
void begin() { }
void end() { }