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:
parent
d13eb7e099
commit
1e224506be
4 changed files with 86 additions and 12 deletions
|
@ -170,6 +170,7 @@ struct PerformanceTimer
|
|||
return total_ns * 1e-9;
|
||||
}
|
||||
#else
|
||||
static int64_t query() { return 0; }
|
||||
void reset() { }
|
||||
void begin() { }
|
||||
void end() { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue