HomeSort by relevance Sort by last modified time
    Searched refs:graph_title (Results 1 - 9 of 9) sorted by null

  /external/fio/
graph.h 27 void graph_title(struct graph *g, const char *title);
28 /* graph_title() sets the main title of the graph to the given string */
gclient.c 910 graph_title(g, title);
1102 graph_title(g, title);
    [all...]
gfio.c 84 graph_title(g, "IOPS (IOs/sec)");
103 graph_title(g, "Bandwidth (bytes/sec)");
    [all...]
graph.c 621 void graph_title(struct graph *bg, const char *title) function
  /external/webrtc/webrtc/video/
video_quality_test.h 58 std::string graph_title; member in struct:webrtc::VideoQualityTest::Params::__anon27354
video_loopback.cc 92 DEFINE_string(graph_title,
video_quality_test.cc 56 const std::string& graph_title,
64 graph_title_(graph_title),
936 std::string graph_title = params_.analyzer.graph_title; local
    [all...]
screenshare_loopback.cc 90 DEFINE_string(graph_title,
  /external/autotest/client/bin/
fio_util.py 60 graph_title = { 'bw' : 'bandwidth', variable in class:fio_graph_generator
185 (cls.graph_title[test_type], test_name))
188 (cls.graph_title[test_type], test_name))

Completed in 349 milliseconds