google/vulkan-performance-layers

Broken Script Tracking Issue

miladHakimi opened this issue · 0 comments

Broken Script

Changing the common log format causes the plot_timeline.py script to break because it's using the previous format to parse the event.log. Currently, we're in the middle of refactoring the layers to use the CommonLogger that writes the events in the new format. We want to finish refactoring all the layers before updating the script. This issue is created to track the broken script and fix it after the refactoring is over.

We can fix this issue when the following layers are refactored:

    • Frame time layer
    • Compile time layer
    • Runtime layer
    • Cache sideload layer
  • Update plot_timeline.py