commit | a855120aee0cb6b9f61f9251d8370a4bd9a941d4 | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Fri Oct 11 11:31:47 2019 +0100 |
committer | Hector Dearman <hjd@google.com> | Fri Oct 11 11:31:47 2019 +0100 |
tree | 61348f144dd7ab826b4d4a3a4d34aecfd5f14d76 | |
parent | e6b95e45544dd0ec3e57e21b2aec9a25bd7c664b [diff] |
Fix VulkanMemoryAllocation typo in proto_parser Change-Id: I260943e9b05e886e1cdb5095a2ce4e6299a091ec
diff --git a/src/trace_processor/proto_trace_parser.cc b/src/trace_processor/proto_trace_parser.cc index 8bc2fc9..818028d 100644 --- a/src/trace_processor/proto_trace_parser.cc +++ b/src/trace_processor/proto_trace_parser.cc
@@ -507,7 +507,7 @@ if (packet.has_vulkan_memory_event()) { graphics_event_parser_->ParseVulkanMemoryEvent( - packet.graphics_frame_event()); + packet.vulkan_memory_event()); } // TODO(lalitm): maybe move this to the flush method in the trace processor