1. 4f1be44 Use setFlow instead of addFlow by Zimuzo Ezeozue · 1 year, 1 month ago
  2. a7a1ed5 Fix perfetto category registration order by Zimuzo Ezeozue · 1 year, 1 month ago
  3. 44bc7c8 tracinglib: delegate traceAs calls by Peter Kalauskas · 1 year, 2 months ago
  4. d09819d tracinglib: add delegated types for tracing by Peter Kalauskas · 1 year, 3 months ago
  5. 95f4abe tracinglib: remove nameCoroutine() by Peter Kalauskas · 1 year, 2 months ago
  6. 89fb013 Merge "tracinglib: query aflag instead of sysprop" into main by Peter Kalauskas · 1 year, 2 months ago
  7. db48957 Merge "Add traceSyncAndAsync and traceAsyncClosable" into main by Nicolò Mazzucato · 1 year, 2 months ago
  8. ec7e31d tracinglib: query aflag instead of sysprop by Peter Kalauskas · 1 year, 2 months ago
  9. a9df4a5 Add traceSyncAndAsync and traceAsyncClosable by Nicolo' Mazzucato · 1 year, 2 months ago
  10. e6b414f tracinglib: consolidate thread-local usage by Peter Kalauskas · 1 year, 3 months ago
  11. cae548f tracinglib: demo updates by Peter Kalauskas · 1 year, 3 months ago
  12. eacb8a4 tracinglib: fix test annotation usage by Peter Kalauskas · 1 year, 3 months ago
  13. 198165f Merge "tracinglib: fix thread-local slice counter" into main by Treehugger Robot · 1 year, 3 months ago
  14. 002c22f Removing Dead Flag am: ffc9e219a8 am: d691652271 by Rex Hoffman · 1 year, 3 months ago
  15. 81c78d6 tracinglib: fix thread-local slice counter by Peter Kalauskas · 1 year, 3 months ago
  16. 8d024f8 Merge "Add instantForGroup utils to TrackTracer" into main by Nicolò Mazzucato · 1 year, 3 months ago
  17. b9dc4ca Merge "tracinglib: improve inline usage" into main by Peter Kalauskas · 1 year, 3 months ago
  18. 75b3339 tracinglib: improve inline usage by Peter Kalauskas · 1 year, 3 months ago
  19. ab8561a Add instantForGroup utils to TrackTracer by Nicolo' Mazzucato · 1 year, 3 months ago
  20. e788cae Merge "tracinglib: deprecate nameCoroutine, fix bugs" into main by Peter Kalauskas · 1 year, 3 months ago
  21. ffc9e21 Removing Dead Flag Test: CI Bug: 386652866 by Rex Hoffman · 1 year, 3 months ago
  22. 66c8d88 tracinglib: deprecate nameCoroutine, fix bugs by Peter Kalauskas · 1 year, 4 months ago
  23. e53d666 Merge "Add TrackTracer to trace to a single perfetto track" into main by Treehugger Robot · 1 year, 4 months ago
  24. 81d2702 Add TrackTracer to trace to a single perfetto track by Nicolo' Mazzucato · 1 year, 4 months ago
  25. 43d2864 tracinglib: fix nameCoroutine usage in flows by Peter Kalauskas · 1 year, 4 months ago
  26. f3e6de2 tracinglib: improve continuation performance by Peter Kalauskas · 1 year, 4 months ago
  27. 7fe9e8f tracinglib: changes to coroutine tracing format by Peter Kalauskas · 1 year, 4 months ago
  28. bc9839a tracinglib: hide stack-walking behind debug flag by Peter Kalauskas · 1 year, 4 months ago
  29. 639a9d8 tracinglib: rename benchmark tests module by Peter Kalauskas · 1 year, 5 months ago
  30. 9bbafa8 tracinglib: enable strict mode by Peter Kalauskas · 1 year, 5 months ago
  31. 1668e68 tracinglib: extract config props to data class by Peter Kalauskas · 1 year, 5 months ago
  32. 32ce2d9 tracinglib: new helper for naming flow scopes by Peter Kalauskas · 1 year, 5 months ago
  33. 5fd71f6 tracinglib: infer names for all child coroutines by Peter Kalauskas · 1 year, 5 months ago
  34. 82b3900 tracinglib: trace sections for coroutine scopes by Peter Kalauskas · 1 year, 5 months ago
  35. bf1d4c6 Merge "tracinglib: apply latest kt format style" into main by Peter Kalauskas · 1 year, 5 months ago
  36. e2dc825 Merge "Add benchmark tests for coroutine tracing" into main by Treehugger Robot · 1 year, 5 months ago
  37. 554edf1 tracinglib: apply latest kt format style by Peter Kalauskas · 1 year, 5 months ago
  38. 9645078 Add benchmark tests for coroutine tracing by Peter Kalauskas · 1 year, 5 months ago
  39. 36585c9 Merge "tracinglib: remove -Xmulti-platform" into main by Treehugger Robot · 1 year, 5 months ago
  40. 0be4b1e tracinglib: remove -Xmulti-platform by Peter Kalauskas · 1 year, 5 months ago
  41. 8cfb03b tracinglib: update README, fix tracing demos by Peter Kalauskas · 1 year, 5 months ago
  42. 6ee1813 tracinglib: fix build warnings by Peter Kalauskas · 1 year, 5 months ago
  43. d65eee0 Trace util for coroutineScope by Peter Kalauskas · 1 year, 5 months ago
  44. 1e243f8 Remove public api variant of tracinglib by Peter Kalauskas · 1 year, 5 months ago
  45. 4b52ba7 Flow extensions for coroutine tracing by Peter Kalauskas · 1 year, 5 months ago
  46. 15f0f47 Remove dependency on kotlinx.coroutines.test by Peter Kalauskas · 1 year, 8 months ago
  47. d655e5b Extract common test functionality to new class by Peter Kalauskas · 1 year, 9 months ago
  48. 4f57fc6 Add ability to trace Flow values as counters by Jernej Virag · 1 year, 8 months ago
  49. 1e80b3b Add JVM overloads to trace logger constructor by Lucas Silva · 1 year, 9 months ago
  50. 2690530 Add utilities to trace callbackFlow by Nicolo' Mazzucato · 1 year, 9 months ago
  51. bfeea14 Ensure coroutine tracing is disabled in edge-cases by Peter Kalauskas · 1 year, 9 months ago
  52. 9fe13e4 Disable coroutine tracing on user builds by Peter Kalauskas · 1 year, 9 months ago
  53. 26051fc tracinglib: rename benchmark tests module by Peter Kalauskas · 1 year, 6 months ago
  54. 39d41fc tracinglib: enable strict mode by Peter Kalauskas · 1 year, 6 months ago
  55. eb238bc tracinglib: extract config props to data class by Peter Kalauskas · 1 year, 6 months ago
  56. ef7d6b4 tracinglib: new helper for naming flow scopes by Peter Kalauskas · 1 year, 6 months ago
  57. 89ced01 tracinglib: infer names for all child coroutines by Peter Kalauskas · 1 year, 6 months ago
  58. f136952 tracinglib: trace sections for coroutine scopes by Peter Kalauskas · 1 year, 7 months ago
  59. a9937e1 tracinglib: apply latest kt format style by Peter Kalauskas · 1 year, 7 months ago
  60. c3584d7 Add benchmark tests for coroutine tracing by Peter Kalauskas · 1 year, 7 months ago
  61. 546089a tracinglib: remove -Xmulti-platform by Peter Kalauskas · 1 year, 7 months ago
  62. 9f36e3c Merge "tracinglib: update README, fix tracing demos" into main by Treehugger Robot · 1 year, 7 months ago
  63. aca8680 tracinglib: update README, fix tracing demos by Peter Kalauskas · 1 year, 7 months ago
  64. d86adf7 tracinglib: fix build warnings by Peter Kalauskas · 1 year, 7 months ago
  65. d0f6ef4 Merge "Remove public api variant of tracinglib" into main by Peter Kalauskas · 1 year, 7 months ago
  66. 0e8588d Trace util for coroutineScope by Peter Kalauskas · 1 year, 7 months ago
  67. 3178ec7 Remove public api variant of tracinglib by Peter Kalauskas · 1 year, 7 months ago
  68. f405ea0 Flow extensions for coroutine tracing by Peter Kalauskas · 1 year, 9 months ago
  69. 02f8b18 Remove dependency on kotlinx.coroutines.test by Peter Kalauskas · 1 year, 8 months ago
  70. f81d743 Extract common test functionality to new class by Peter Kalauskas · 1 year, 9 months ago
  71. 00983de Add ability to trace Flow values as counters by Jernej Virag · 1 year, 8 months ago
  72. 007c2a5 Add JVM overloads to trace logger constructor by Lucas Silva · 1 year, 9 months ago
  73. 50a66a2 Merge "Add utilities to trace callbackFlow" into main by Treehugger Robot · 1 year, 9 months ago
  74. 92af0aa Add utilities to trace callbackFlow by Nicolo' Mazzucato · 1 year, 9 months ago
  75. da66907 Ensure coroutine tracing is disabled in edge-cases by Peter Kalauskas · 1 year, 9 months ago
  76. 7243fd8 Disable coroutine tracing on user builds by Peter Kalauskas · 1 year, 9 months ago
  77. 6400bf6 Apply new code formatting to tracinglib by Peter Kalauskas · 1 year, 10 months ago
  78. 008da7c Fix UI bugs in tracing demo app by Peter Kalauskas · 1 year, 10 months ago
  79. 2a92e27 New demo app for coroutine tracing by Peter Kalauskas · 1 year, 11 months ago
  80. 4d179d9 Adjust tracinglib project layout by Peter Kalauskas · 1 year, 11 months ago
  81. e5041f5 Fix malformed coroutine traces by Peter Kalauskas · 1 year, 11 months ago
  82. b6c0607 Updates to coroutine tracing by Peter Kalauskas · 1 year, 11 months ago
  83. 5f43031 Bytecode optimizations for coroutine tracing by Peter Kalauskas · 2 years ago
  84. 4a47bec Trace dispatcher and coroutine names by Peter Kalauskas · 2 years, 1 month ago
  85. e36544a Fix indentation of coroutine tracing tests by Peter Kalauskas · 2 years, 1 month ago
  86. cca7834 Test multi-threaded behavior of coroutine tracing by Peter Kalauskas · 2 years, 1 month ago
  87. cf355a0 Add tests for tracinglib by Peter Kalauskas · 2 years, 2 months ago
  88. ac7db78 Fix unmatched trace section bug by Peter Kalauskas · 2 years, 1 month ago
  89. d59088c Drop platform_apis from java_library by Spandan Das · 2 years, 1 month ago
  90. 6c87df8 Avoid NoSuchMethodError of List.removeLast() on 24Q2 by Victor Chang · 2 years, 1 month ago
  91. 342bfc4 Split tracinglib into API variants (2/2) by Peter Kalauskas · 2 years, 3 months ago
  92. 1beae4e Split tracinglib into API variants (1/2) by Peter Kalauskas · 2 years, 3 months ago
  93. 63cfffd Enable tracing of flow emission count in FlowTracing by Nicolo' Mazzucato · 2 years, 2 months ago
  94. 72cbd03 Updates to coroutine tracing by Peter Kalauskas · 2 years, 4 months ago
  95. 2f671d2 Mark tracing companion methods as @JvmStatic by Jernej Virag · 2 years, 4 months ago
  96. 860650f Reduce odex size by calling block inside traceSection only once by Nicolo' Mazzucato · 2 years, 4 months ago
  97. a171c59 Introduce utilities to log listener callbacks by Nicolo' Mazzucato · 2 years, 4 months ago
  98. 2b9763d Add Utilities to trace flow values by Nicolo' Mazzucato · 2 years, 5 months ago
  99. 62e338c New tracinglib library for coroutine tracing by Peter Kalauskas · 2 years, 5 months ago