-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6a6c8c
commit bc28772
Showing
6 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
contrib/Distribution/ProfilingConfigs/OnItemAddedRemoved_Config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"Description": "This configuration collects all OnItemAdded/OnItemRemoved events. No stopping condition: should be stopped manually.", | ||
"OutFilename": "OnItemAddedRemoved", | ||
"MaxFilepathSuffix": 3, | ||
"MaxNumCalls": 0, | ||
"MaxNumSeconds": 0, | ||
"WriteMode": 0, | ||
"IncludeFilters": [ | ||
"^.*\\.OnItemAdded.*$", | ||
"^.*\\.OnItemRemoved.*$" | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
contrib/Distribution/ProfilingConfigs/ProfileForeverWriteRealtime.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Description": "This configuration profiles for up to a million seconds, and writes in real-time.", | ||
"OutFilename": "ProfileForeverWriteRealtime", | ||
"MaxFilepathSuffix": 3, | ||
"MaxNumSeconds": 1000000, | ||
"NumSkipSeconds": 0, | ||
"WriteMode": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters