github.com/grafana/pyroscope@v1.18.0/docs/sources/shared/available-profile-types.md (about)

     1  ---
     2  headless: true
     3  description: Shared file for available profile types.
     4  ---
     5  
     6  [//]: # 'This file documents the available profile types in Pyroscope.'
     7  [//]: # 'This shared file is included in these locations:'
     8  [//]: # '/pyroscope/docs/sources/configure-client/profile-types.md'
     9  [//]: # '/pyroscope/docs/sources/introduction/profiling-types.md'
    10  [//]: #
    11  [//]: # 'If you make changes to this file, verify that the meaning and content are not changed in any place where the file is included.'
    12  [//]: # 'Any links should be fully qualified and not relative: /docs/grafana/ instead of ../grafana/.'
    13  
    14  Pyroscope supports these profile types:
    15  
    16  * CPU (CPU time, wall time)
    17  * Memory (allocation objects, allocation space, heap)
    18  * In use objects and in-use space
    19  * Goroutines
    20  * Mutex count and duration
    21  * Block count and duration
    22  * Lock count and duration
    23  * Exceptions