attempt fix table_tests.py
1 file changed
tree: be602f59880a3adc10c54b0bf32299455b02586d
  1. .github/
  2. bazel/
  3. build_overrides/
  4. buildtools/
  5. debian/
  6. docs/
  7. examples/
  8. gn/
  9. include/
  10. infra/
  11. protos/
  12. python/
  13. src/
  14. test/
  15. third_party/
  16. tools/
  17. ui/
  18. .bazelignore
  19. .bazelrc
  20. .bazelversion
  21. .clang-format
  22. .clang-tidy
  23. .git-blame-ignore-revs
  24. .gitallowed
  25. .gitattributes
  26. .gitignore
  27. .gn
  28. .style.yapf
  29. Android.bp
  30. Android.bp.extras
  31. BUILD
  32. BUILD.extras
  33. BUILD.gn
  34. CHANGELOG
  35. codereview.settings
  36. DIR_METADATA
  37. heapprofd.rc
  38. LICENSE
  39. meson.build
  40. METADATA
  41. MODULE.bazel
  42. MODULE.bazel.lock
  43. MODULE_LICENSE_APACHE2
  44. OWNERS
  45. perfetto.rc
  46. perfetto_flags.aconfig
  47. PerfettoIntegrationTests.xml
  48. persistent_cfg.pbtxt
  49. README.chromium
  50. README.md
  51. TEST_MAPPING
  52. traced_perf.rc
  53. WATCHLISTS
  54. WORKSPACE
README.md

Perfetto - System profiling, app tracing and trace analysis

Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.

See https://perfetto.dev/docs or the /docs/ directory for documentation.