-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tp: formalize different parsing modes of trace processor
Add an enum to the TP config which allows configuring how much of trace processor's parsing should be executed. The following modes are supported: 1) Default (tokenize, sort, parse) 2) Tokenise only 3) Tokenize and sort only This change also migrates the existing environment variable for stopping the parsing stage after sorting to a dev flag and updates the measure script to use that flag Change-Id: Iaf0b3565ea7d5d6f1a3d94ae3d9ea2d9ec08bc15
- Loading branch information
1 parent
a8616ff
commit 59e5b24
Showing
9 changed files
with
250 additions
and
161 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
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
Binary file modified
BIN
+159 Bytes
(100%)
python/perfetto/trace_processor/trace_processor.descriptor
Binary file not shown.
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
Oops, something went wrong.