-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I think the timings the .json output from /timetrace might be incorrect As an example, I used this program:
#include <vector>
int main()
{
return 0;
}I ran vcperf and created both .etl and .json outputs. The json, when viewed in chrome, looks like this:
That's already a bit odd. the main.cpp file has seemingly two entries. One under the proper CL invocation, FrontEndPass etc - and one to the side. This looks much different in WPA:
In larger projects, this doesn't always happen. I couldn't quite nail the problem down but I think it has to do with the different "ph" properties of the entries. Sometimes there are double "B" entries where it almost seems as if the second should be an "E". But I'm not too familiar with the trace format.
Metadata
Metadata
Assignees
Labels
No labels

