Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp67 void dump_to_file(string filename) { in dump_to_file() function
310 bool training_round = false, bool dump_to_file = false, string dump_filename = "") { in run_main() argument
361 if (dump_to_file) { in run_main()
362 tot_results.dump_to_file(dump_filename); in run_main()
376 bool dump_to_file = false; in main() local
453 dump_to_file = true; in main()
466 run_main(iterations, workers, payload_size, cs_pair, false, dump_to_file, dump_filename); in main()