From 1efee40100df0b0c6c55a229efd2627d0ec1f729 Mon Sep 17 00:00:00 2001 From: smarkets Date: Wed, 4 May 2022 10:56:05 -0700 Subject: [PATCH] add lower case e and b tags --- import-chrome/src/import-chrome.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/import-chrome/src/import-chrome.cpp b/import-chrome/src/import-chrome.cpp index d6a3ea74..06b71297 100644 --- a/import-chrome/src/import-chrome.cpp +++ b/import-chrome/src/import-chrome.cpp @@ -218,7 +218,7 @@ int main( int argc, char** argv ) } } - if( type == "B" ) + if( type == "b" || type == "B" ) { timeline.emplace_back( tracy::Worker::ImportEventTimeline { getPseudoTid(v), @@ -230,7 +230,7 @@ int main( int argc, char** argv ) locLine } ); } - else if( type == "E" ) + else if( type == "e" || type == "E" ) { timeline.emplace_back( tracy::Worker::ImportEventTimeline { getPseudoTid(v),