Commit b4b5121b authored by Georgios Dagkakis's avatar Georgios Dagkakis

download of trace added in default instance

parent d91a2e97
...@@ -195,6 +195,14 @@ ...@@ -195,6 +195,14 @@
"gadget": "Output_viewGraph", "gadget": "Output_viewGraph",
"title": "Queue Statistics", "title": "Queue Statistics",
"type": "object_view" "type": "object_view"
},
"view_download_trace": {
"configuration": {
"output_id": "download_trace"
},
"gadget": "Output_viewDownloadFile",
"title": "Download Trace File",
"type": "object_view"
} }
}, },
"post_processing": { "post_processing": {
...@@ -211,6 +219,10 @@ ...@@ -211,6 +219,10 @@
{ {
"_class": "dream.plugins.PostProcessQueueStatistics.PostProcessQueueStatistics", "_class": "dream.plugins.PostProcessQueueStatistics.PostProcessQueueStatistics",
"output_id": "queue_statistics" "output_id": "queue_statistics"
},
{
"_class": "dream.plugins.ParseTraceFile.ParseTraceFile",
"output_id": "download_trace"
} }
] ]
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment