| Index: tools/deep_memory_profiler/graph.py
|
| diff --git a/tools/deep_memory_profiler/graph.py b/tools/deep_memory_profiler/graph.py
|
| index 543aaf90b4afe0d2acaa82844a9e92b1c0bafa83..66b329e99e1bb483b2becfdca5f391dccf4fc240 100755
|
| --- a/tools/deep_memory_profiler/graph.py
|
| +++ b/tools/deep_memory_profiler/graph.py
|
| @@ -26,7 +26,7 @@ function turnOn(policy) {
|
| var data = google.visualization.arrayToDataTable(all_data[policy]);
|
| var charOptions = {
|
| title: 'DMP Graph (Policy: ' + policy + ')',
|
| - vAxis: {title: 'Timestamp', titleTextStyle: {color: 'red'}},
|
| + hAxis: {title: 'Timestamp', titleTextStyle: {color: 'red'}},
|
| isStacked : true
|
| };
|
| var chart = new google.visualization.AreaChart(
|
|
|