Skip to content

Commit

Permalink
Add option to record 'base' events from Chrome
Browse files Browse the repository at this point in the history
This matches the change to add this to Chrome, done in
crrev.com/c/2647125.
  • Loading branch information
randomascii committed Mar 30, 2023
1 parent a448dbd commit 8f34adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UIforETW/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const PCWSTR filtered_event_group_names[] =
L"blink.user_timing", // 0x10000
L"media", // 0x20000
L"loading", // 0x40000
L"base", // 0x80000
};

// 1ULL << 61 and 1ULL << 62 are special values that indicate to Chrome to
Expand Down

0 comments on commit 8f34adb

Please sign in to comment.