mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
improve ZAM's estimation of profiling overheads
This commit is contained in:
parent
32c7fececc
commit
a474106fce
3 changed files with 54 additions and 28 deletions
|
@ -325,6 +325,8 @@ static void init_options() {
|
|||
// the usual "-O ZAM" profile. But if they have, honor those.
|
||||
if ( ! analysis_options.gen_ZAM_code )
|
||||
analysis_options.gen_ZAM = true;
|
||||
|
||||
estimate_ZAM_profiling_overhead();
|
||||
}
|
||||
|
||||
if ( analysis_options.gen_ZAM ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue