summaryrefslogtreecommitdiff
path: root/python/gras/stats/chart_handler_breakdown.js
diff options
context:
space:
mode:
authorJosh Blum2013-03-23 15:28:34 -0500
committerJosh Blum2013-03-23 15:28:34 -0500
commit418aa7ea25386d7d735f60b6b4c2f75be19b7d1c (patch)
treeed07dd1d59c9f766b26e9ae2067fe3f0b14979c3 /python/gras/stats/chart_handler_breakdown.js
parentc3bcc58d97b6922d4f43254ffb6daf7b2810db0e (diff)
downloadsandhi-418aa7ea25386d7d735f60b6b4c2f75be19b7d1c.tar.gz
sandhi-418aa7ea25386d7d735f60b6b4c2f75be19b7d1c.tar.bz2
sandhi-418aa7ea25386d7d735f60b6b4c2f75be19b7d1c.zip
gras: significant process on factory and filling in overhead_compare
Diffstat (limited to 'python/gras/stats/chart_handler_breakdown.js')
-rw-r--r--python/gras/stats/chart_handler_breakdown.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/gras/stats/chart_handler_breakdown.js b/python/gras/stats/chart_handler_breakdown.js
index 3e8ffd3..c938482 100644
--- a/python/gras/stats/chart_handler_breakdown.js
+++ b/python/gras/stats/chart_handler_breakdown.js
@@ -2,3 +2,8 @@ function GrasChartHandlerBreakdown(args)
{
}
+
+GrasChartHandlerBreakdown.prototype.update = function(history)
+{
+
+};