mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
A few more tiny documentation updates commited to the wrong branch. :)
This commit is contained in:
parent
727e626bb4
commit
86a1cbca82
3 changed files with 6 additions and 7 deletions
|
@ -2,14 +2,13 @@
|
|||
|
||||
module Profiling;
|
||||
|
||||
## Set the profiling output file.
|
||||
redef profiling_file = open_log_file("prof");
|
||||
|
||||
export {
|
||||
## Cheap profiling every 15 seconds.
|
||||
redef profiling_interval = 15 secs &redef;
|
||||
}
|
||||
## Set the cheap profiling interval.
|
||||
redef profiling_interval = 15 secs;
|
||||
|
||||
# Expensive profiling every 5 minutes.
|
||||
## Set the expensive profiling interval.
|
||||
redef expensive_profiling_multiple = 20;
|
||||
|
||||
event bro_init()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue