1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:57:35 +00:00

Profiler: Extract percentage gradient calculation into its own file

This commit is contained in:
Stephan Unverwerth 2021-12-28 13:54:21 +01:00 committed by Andreas Kling
parent ddccf451a9
commit 1c3a82d59e
5 changed files with 48 additions and 36 deletions

View file

@ -9,6 +9,7 @@ set(SOURCES
main.cpp
IndividualSampleModel.cpp
FlameGraphView.cpp
Gradient.cpp
Process.cpp
Profile.cpp
ProfileModel.cpp