3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +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() { }