Metaのプロファイラフレームワーク [GitHub - facebookincubator/strobelight: Meta's fleetwide profiler framework](https://github.com/facebookincubator/strobelight) > Strobelight is a fleetwide profiler framework developed by Meta, designed to provide comprehensive profiling capabilities across large-scale infrastructure. This framework helps in identifying performance bottlenecks and optimizing resource utilization across a fleet of machines. > Strobelight is composed of a number of profilers, each profiler collects a certain type of profile. This can include CPU, [[GPU]], Memory, or other types of profiles. Strobelight [[eBPF]]でCUDAに[[uprobes]]でアタッチするgpusnoopを含む。 - [strobelight/strobelight/src/profilers/gpuevent\_snoop/bpf/gpuevent\_snoop.bpf.c at 00e9d3506e6fd3abc8a95583a42d095495c6774f · facebookincubator/strobelight · GitHub](https://github.com/facebookincubator/strobelight/blob/00e9d3506e6fd3abc8a95583a42d095495c6774f/strobelight/src/profilers/gpuevent_snoop/bpf/gpuevent_snoop.bpf.c)