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 unused function from dynolog/src/gpumon/Entity.h #214

Closed r-barnes closed 3 months ago

r-barnes commented 5 months ago

Summary: -Wunused-function has identified an unused function. This diff removes it. In many cases these functions have existed for years in an unused state.

Reviewed By: palmje

Differential Revision: D52846495

facebook-github-bot commented 5 months ago

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

bigzachattack commented 3 months ago

Synced to GitHub as dd48f5c