mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-06 14:26:04 +00:00
Add timing stats for IdString garbage collection
This commit is contained in:
parent
cd47727c8b
commit
7371388e1d
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