Commit 37b601b6 authored by Joanne Hugé's avatar Joanne Hugé

Raise refresh rate to avoid timerthread constantly preempting the main thread

parent a60b3c47
......@@ -125,7 +125,7 @@ int main(int argc, char *argv[]) {
main_param.enable_tracing = 0;
main_param.enable_graph = 0;
main_param.refresh_rate = 300000;
main_param.refresh_rate = 50000;
// Process bash options
process_options(argc, argv, &param, &main_param);
......
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