Home
last modified time | relevance | path

Searched refs:opt_graph_width (Results 1 – 1 of 1) sorted by relevance

/external/blktrace/iowatcher/
Dmain.c53 static int opt_graph_width = 0; variable
1516 opt_graph_width = atoi(optarg); in parse_options()
1626 if (opt_graph_width) in main()
1627 set_graph_width(opt_graph_width); in main()