Skip to content

Commit

Permalink
Add logging of Performance API events exclusively.
Browse files Browse the repository at this point in the history
  • Loading branch information
annelo-msft committed Apr 18, 2019
1 parent efc2e50 commit d6dc320
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 @@ -57,6 +57,7 @@ const PCWSTR filtered_event_group_names[] =
L"disabled-by-default-toplevel.flow", // 0x2000
L"startup", // 0x4000
L"latency", // 0x8000
L"blink.user_timing", // 0x10000
};

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

0 comments on commit d6dc320

Please sign in to comment.