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
227 stars 34 forks source link

Rename (un)likely to avoid conflict with boost #127

Closed bigzachattack closed 1 year ago

bigzachattack commented 1 year ago

Summary: Boost has defintions for likely and unlikely that conflict and can cause compiler errors. Renaming to __hbt_likely and __hbt_unlikley to resolve the conflict.

Differential Revision: D44730441

facebook-github-bot commented 1 year ago

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

facebook-github-bot commented 1 year ago

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

facebook-github-bot commented 1 year ago

This pull request has been merged in facebookincubator/dynolog@72cb3f9d19c5402d9c4e87de60157e1a45a6df84.