mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-27 20:36:31 +00:00
Add timing stats for IdString garbage collection
This commit is contained in:
parent
8c2984dc5f
commit
578d658871
5 changed files with 22 additions and 0 deletions
|
|
@ -95,6 +95,8 @@ struct Pass
|
|||
bool experimental_flag = false;
|
||||
bool internal_flag = false;
|
||||
|
||||
static void subtract_from_current_runtime_ns(int64_t time_ns);
|
||||
|
||||
void experimental() {
|
||||
experimental_flag = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue