Granulate / gprofiler

gProfiler is a system-wide profiler, combining multiple sampling profilers to produce unified visualization of what your CPU is spending time on.
https://profiler.granulate.io
Apache License 2.0
749 stars 54 forks source link

profilers/perf.py: `PerfProcess` moved to utils #886

Closed roi-granulate closed 7 months ago

roi-granulate commented 7 months ago
  1. moved the PerfProcess class implementation to gprofiler/utils/perf_process.py
  2. moved perf_path() implementation from gprofiler/utils/perf.py to gprofiler/utils/perf_process.py

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots

Checklist: