facebookincubator / dynolog

Dynolog is a telemetry daemon for performance monitoring and tracing. It exports metrics from different components in the system like the linux kernel, CPU, disks, Intel PT, GPUs etc. Dynolog also integrates with pytorch and can trigger traces for distributed training applications.
MIT License
188 stars 34 forks source link

Remove extra semi colon from hbt/src/mon/TraceCollector.cpp #201

Closed r-barnes closed 3 months ago

r-barnes commented 6 months ago

Summary: -Wextra-semi or -Wextra-semi-stmt

If the code compiles, this is safe to land.

Reviewed By: palmje

Differential Revision: D51995016

facebook-github-bot commented 6 months ago

This pull request was exported from Phabricator. Differential Revision: D51995016

bigzachattack commented 3 months ago

Synced to GitHub as b39deb1