Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial tracing implementation #4966

Merged
merged 50 commits into from
May 22, 2023
Merged

Initial tracing implementation #4966

merged 50 commits into from
May 22, 2023

Commits on May 22, 2023

  1. add tracing to turbo-tasks

    add turbopack-convert-trace cli tool to convert raw trace to json for chrome profiling
    show idle in trace when running with low concurrency
    show virtual threads
    show merged cpu
    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c400862 View commit details
    Browse the repository at this point in the history
  2. add default trace

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    a642433 View commit details
    Browse the repository at this point in the history
  3. fix invalid json

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2dcf533 View commit details
    Browse the repository at this point in the history
  4. code organization

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    9f07cf8 View commit details
    Browse the repository at this point in the history
  5. fixup feature flag

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    9abb710 View commit details
    Browse the repository at this point in the history
  6. fixup dependency

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2283c1c View commit details
    Browse the repository at this point in the history
  7. remove explicit tracing from fs

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    67d4406 View commit details
    Browse the repository at this point in the history
  8. code organization

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    8ac5bb6 View commit details
    Browse the repository at this point in the history
  9. update lockfile

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    9625e6e View commit details
    Browse the repository at this point in the history
  10. add tracing to graph traversal

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    0bcfe6f View commit details
    Browse the repository at this point in the history
  11. include values in trace

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    387742c View commit details
    Browse the repository at this point in the history
  12. cleanup, better names

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c3cd420 View commit details
    Browse the repository at this point in the history
  13. trace invalidations

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    a630a86 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    caca656 View commit details
    Browse the repository at this point in the history
  15. accept span spans out of order

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    328bd39 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4ddc433 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    52e5bbf View commit details
    Browse the repository at this point in the history
  18. avoid lossy write

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e14847a View commit details
    Browse the repository at this point in the history
  19. remove id, avoid string quotes

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d735cab View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dd5f276 View commit details
    Browse the repository at this point in the history
  21. add more core tracing

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    8518cdf View commit details
    Browse the repository at this point in the history
  22. typo

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    42b2d78 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    67348de View commit details
    Browse the repository at this point in the history
  24. cleanup

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    4a14336 View commit details
    Browse the repository at this point in the history
  25. reduce tracing amount

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    a34e8f6 View commit details
    Browse the repository at this point in the history
  26. print top span names

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    83df572 View commit details
    Browse the repository at this point in the history
  27. trace node.js execution

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    b1f0ad1 View commit details
    Browse the repository at this point in the history
  28. fixes

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    09bd9fa View commit details
    Browse the repository at this point in the history
  29. fixes

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    92e0ad6 View commit details
    Browse the repository at this point in the history
  30. fix preset

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    39cd652 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ffdd510 View commit details
    Browse the repository at this point in the history
  32. optimize

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d2dfba6 View commit details
    Browse the repository at this point in the history
  33. review

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    6bfcda0 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    75440c4 View commit details
    Browse the repository at this point in the history
  35. use postcard for serialization

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    fe36bf3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3d79b4d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1a7812c View commit details
    Browse the repository at this point in the history
  38. buffer writes

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c8efce6 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a38c93f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e5adb64 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a852033 View commit details
    Browse the repository at this point in the history
  42. update lockfile

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5c4e2a2 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    44b245b View commit details
    Browse the repository at this point in the history
  44. remove tracing-appender

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    751e567 View commit details
    Browse the repository at this point in the history
  45. remove typo

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3b2765d View commit details
    Browse the repository at this point in the history
  46. review

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c401cef View commit details
    Browse the repository at this point in the history
  47. review

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    9a01c35 View commit details
    Browse the repository at this point in the history
  48. deduplicate tracing presets

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ce0c7cc View commit details
    Browse the repository at this point in the history
  49. lint

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    6a501d4 View commit details
    Browse the repository at this point in the history
  50. update lockfile

    sokra committed May 22, 2023
    Configuration menu
    Copy the full SHA
    79386f4 View commit details
    Browse the repository at this point in the history