1. 655e95c Merge "trace_processor: migrate instants table to macro tables" by Lalit Maganti · 4 years, 8 months ago
  2. 80f566d trace_processor: migrate instants table to macro tables by Lalit Maganti · 4 years, 8 months ago
  3. 0a29f6f trace_processor: migrate stack profile frames to db table by Lalit Maganti · 4 years, 8 months ago
  4. b0e11f6 trace_processor: add Id wrapper type returned by Insert in all db tables by Lalit Maganti · 4 years, 8 months ago
  5. 45980c9 trace_processor: migrate stack profile mapping to new db tables by Lalit Maganti · 4 years, 8 months ago
  6. 79994d4 trace_processor: rename timestamp -> ts by Lalit Maganti · 4 years, 8 months ago
  7. 0fd14ef trace_processor: migrate cpu stack profile table to db tables by Lalit Maganti · 4 years, 8 months ago
  8. a5ffb20 trace_processor: migrate heap profile allocation table by Lalit Maganti · 4 years, 8 months ago
  9. 7e24f06 trace_processor: rename Table::size() -> Table::row_count() by Lalit Maganti · 4 years, 8 months ago
  10. 9ecfab3 trace_processor: move stringpool to new containers folder by Lalit Maganti · 4 years, 8 months ago
  11. 723c9d8 trace_processor: add filter benchmarks and refactor existing by Lalit Maganti · 4 years, 8 months ago
  12. 5c40a20 Merge "trace_processor: remove ref and ref_type from counters table" by Lalit Maganti · 4 years, 8 months ago
  13. c19c797 Merge "trace_processor: remove ref and ref_type from slice table" by Lalit Maganti · 4 years, 8 months ago
  14. d05e513 Merge "Add track and stage description to GPU render stage slice" by Raymond Chiu · 4 years, 8 months ago
  15. 957e099 trace_processor: remove ref and ref_type from counters table by Lalit Maganti · 4 years, 8 months ago
  16. c7ea02e trace_processor: remove ref and ref_type from slice table by Lalit Maganti · 4 years, 8 months ago
  17. f82dc84 trace_processor: add benchmark for filtering on ID and other column by Lalit Maganti · 4 years, 8 months ago
  18. 6353cea Add track and stage description to GPU render stage slice by Raymond Chiu · 4 years, 9 months ago
  19. 200fc65 trace_processor: allow comparisions between doubles and ints by Lalit Maganti · 4 years, 8 months ago
  20. 1308e3f trace_processor: migrate slice table to new database tables by Lalit Maganti · 4 years, 9 months ago
  21. 4b3b3ad trace_processor: migrate counter table to new database tables by Lalit Maganti · 4 years, 9 months ago
  22. b2ed1f5 trace_processor: cleanup ugly double function call to get col by name by Lalit Maganti · 4 years, 9 months ago
  23. a5287b0 trace_processor: add helper methods for adding constraints on typed cols by Lalit Maganti · 4 years, 9 months ago
  24. f180389 trace_processor: fix incorrect DCHECK and loop condition by Lalit Maganti · 4 years, 9 months ago
  25. 455af89 trace_processor: fix filtering on long and string and add tests by Lalit Maganti · 4 years, 9 months ago
  26. 31a6ebe trace_processor: fix string is not null typo by Lalit Maganti · 4 years, 9 months ago
  27. bc7d3b8 Add protos and cols for deobfuscation. by Florian Mayer · 4 years, 9 months ago
  28. 3f6d9b8 trace_processor: stop asan android benchmarks from timing out on CI by Lalit Maganti · 4 years, 9 months ago
  29. 45c60c1 Merge "Update Vulkan memory tracker counters" by Lalit Maganti · 4 years, 9 months ago
  30. 4b5172d trace_processor: add benchmarks for measuring sort performance by Lalit Maganti · 4 years, 9 months ago
  31. 06d9a50 trace_processor: fix sort setting flags on correct columns by Lalit Maganti · 4 years, 9 months ago
  32. ffcea98 trace_processor: add benchmarks for sorted columns by Lalit Maganti · 4 years, 9 months ago
  33. fb5241e Update Vulkan memory tracker counters by Mohammad Reza Zakerinasab · 4 years, 9 months ago
  34. 809b2f9 trace_processor: move counter_definitions to new macro tables by Lalit Maganti · 4 years, 10 months ago
  35. d9c62a6 trace_processor: make filtering of non-null columns faster by Lalit Maganti · 4 years, 10 months ago
  36. d32215a trace_processor: add RowMap iterator and use in Table iterator by Lalit Maganti · 4 years, 10 months ago
  37. 70a2306 trace_processor: add benchmark for table iterator by Lalit Maganti · 4 years, 10 months ago
  38. f4db7da Merge "trace_processor: add benchmarks for filtering parent col in child" by Lalit Maganti · 4 years, 10 months ago
  39. 04a93f2 Count retained and uniquely retained bytes. by Florian Mayer · 4 years, 10 months ago
  40. bb66f6a trace_processor: add benchmarks for filtering parent col in child by Lalit Maganti · 4 years, 10 months ago
  41. 7aa214a Merge "trace_processor: make table rowmaps ranges by default" by Lalit Maganti · 4 years, 10 months ago
  42. 3bc571a Merge "Fix multiple issues in vulkan memory tracker" by Mohammad Reza Zakerinasab · 4 years, 10 months ago
  43. 841fe22 trace_processor: make table rowmaps ranges by default by Lalit Maganti · 4 years, 10 months ago
  44. 2a6a2f5 trace_processor: add three more benchmarks for filtering code by Lalit Maganti · 4 years, 10 months ago
  45. 79c16f9 Fix multiple issues in vulkan memory tracker by Mohammad Reza Zakerinasab · 4 years, 10 months ago
  46. 2aacf9e trace_processor: switch SparseVector to use RowMap instead of BitVector by Lalit Maganti · 4 years, 10 months ago
  47. aa0ff5b trace_processor: migrate callsite table to new macro tables by Lalit Maganti · 4 years, 10 months ago
  48. 846ed7a trace_processor: add benchmark for full table scans by Lalit Maganti · 4 years, 10 months ago
  49. 0068577 trace_processor: add more benchmarks for RowMap and macro tables by Lalit Maganti · 4 years, 10 months ago
  50. 43cbbec Ingest roots from profile. by Florian Mayer · 4 years, 10 months ago
  51. 6bc49c7 trace_processor: fix support for optional<stringid> columns by Lalit Maganti · 4 years, 10 months ago
  52. 9c01d16 Add heap graph references. by Florian Mayer · 4 years, 11 months ago
  53. 24b0833 Expose full gpu_slice (with slice columns) by Lalit Maganti · 4 years, 11 months ago
  54. b06d185 Support memory tracker layer from Gapid in Perfetto by Mohammad Reza Zakerinasab · 5 years ago
  55. 25e013e Add heap_graph_object table. by Florian Mayer · 4 years, 11 months ago
  56. fedc15b trace_processor: add thread track table and interning code by Lalit Maganti · 5 years ago
  57. 53bdbb2 trace_processor: refactor tracks to reflect final design by Lalit Maganti · 5 years ago
  58. a480cd6 Read ModuleSymbols from trace. by Florian Mayer · 5 years ago
  59. 4ea78d9 trace_processor: remove virtual track table and replace with async track table by Lalit Maganti · 5 years ago
  60. 2622caf Merge "trace_processor: add hint flags indiciating the content of the column" by Lalit Maganti · 5 years ago
  61. 1d40998 tools/gen_bazel: Standalone Bazel build by Primiano Tucci · 5 years ago
  62. 7c1b59b Merge "Populate gpu_slices table with render_stage" by Adam Bodnar · 5 years ago
  63. 04a6435 trace_processor: add hint flags indiciating the content of the column by Lalit Maganti · 5 years ago
  64. e0b47f5 Parse appended data and add the symbols table by Ioannis Ilkos · 5 years ago
  65. 207edd1 Populate gpu_slices table with render_stage by Adam Bodnar · 5 years ago
  66. ac68e9c trace_processor: migrate track table to new table macros by Lalit Maganti · 5 years ago
  67. cac0c26 trace_processor: make inserting into macro tables more explicit by Lalit Maganti · 5 years ago
  68. 786cc92 trace_processor: move db table names to macros by Lalit Maganti · 5 years ago
  69. e0f25f1 trace_processor: add strongly typed column wrapper classes by Lalit Maganti · 5 years ago
  70. 4069711 trace_processor: expose gpu tables to SQLite by Lalit Maganti · 5 years ago
  71. 20539c2 trace_processor: migrate GPU tables to new macros by Lalit Maganti · 5 years ago
  72. 9082eee trace_processor: support inserting base::Optional into columns by Lalit Maganti · 5 years ago
  73. 5d00c9c trace_processor: add support for strings in db tables by Lalit Maganti · 5 years ago
  74. 6dc3546 trace_processor: add macro for generating zero boilerplate tables by Lalit Maganti · 5 years ago