aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofiler/flamegraphmodel.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-12-11 11:09:29 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2016-01-06 14:20:47 +0000
commit4e29a946c786d3ca62215c473609f35ce2c35008 (patch)
tree5b7b80f469a67caaa6e3988dd160d23e3f1345f3 /plugins/qmlprofiler/flamegraphmodel.h
parentb85598ecd3c2d39e6a0f4bdf88eb6a1a186a19de (diff)
Add flamegraph view
Change-Id: I001053b63d27adcbbdfd95abb2b45f5f5fa05447 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'plugins/qmlprofiler/flamegraphmodel.h')
-rw-r--r--plugins/qmlprofiler/flamegraphmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/qmlprofiler/flamegraphmodel.h b/plugins/qmlprofiler/flamegraphmodel.h
index 6f41bf21d1..df0081df8b 100644
--- a/plugins/qmlprofiler/flamegraphmodel.h
+++ b/plugins/qmlprofiler/flamegraphmodel.h
@@ -72,6 +72,7 @@ public:
Note,
TimePerCall,
TimeInPercent,
+ RangeType,
MaxRole
};