Skip to content

Use the correct user-space marker for SystemTap node_gc_stop probe

Rodrigo Muino Tomonari requested to merge github/fork/wcohen/wcohen/tapset into master

The process("node").mark("gc__stop") is actually process("node").mark("gc__done"). Use the proper name so that a developer can use SystemTap to determine the duration of garbage collection.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading