diff options
author | Josh Blum | 2013-05-10 00:00:47 -0700 |
---|---|---|
committer | Josh Blum | 2013-05-10 00:00:47 -0700 |
commit | 121a609ed2cadd50e5e85093e2ac524bdd279d02 (patch) | |
tree | e7a95104623487bb0b7027bc2bbc142e741ce200 /python/gras/query/chart_factory.js | |
parent | a1b87fea68e78da0bb3f047a34f3ddc17372cd5c (diff) | |
download | sandhi-121a609ed2cadd50e5e85093e2ac524bdd279d02.tar.gz sandhi-121a609ed2cadd50e5e85093e2ac524bdd279d02.tar.bz2 sandhi-121a609ed2cadd50e5e85093e2ac524bdd279d02.zip |
gras: added more theron counters + query work
Diffstat (limited to 'python/gras/query/chart_factory.js')
-rw-r--r-- | python/gras/query/chart_factory.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/gras/query/chart_factory.js b/python/gras/query/chart_factory.js index dbb141a..01a7244 100644 --- a/python/gras/query/chart_factory.js +++ b/python/gras/query/chart_factory.js @@ -12,8 +12,8 @@ var gras_chart_get_registry = function() {key:'overhead_compare', name:'Overhead Compare', factory:GrasChartOverheadCompare}, {key:'overall_throughput', name:'Overall Throughput', factory:GrasChartOverallThroughput}, {key:'handler_breakdown', name:'Handler Breakdown', factory:GrasChartHandlerBreakdown}, - {key:'total_io_counts', name:'I/O port Totals', factory:GrasChartTotalIoCounts}, - {key:'allocator_counts', name:'Allocator Counts', factory:GrasChartAllocatorCounts}, + {key:'port_counters', name:'Port Counters', factory:GrasChartPortCounts}, + {key:'global_counters', name:'Global Counters', factory:GrasChartGlobalCounts}, ]; } |