Home
last modified time | relevance | path

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

/system/extras/simpleperf/runtest/
Druntest.py594 def runtest(target_options, use_callgraph_options, sampler_options, selected_tests): argument
604 for use_callgraph in use_callgraph_options:
613 use_callgraph_options = [False, True]
623 use_callgraph_options = [False]
625 use_callgraph_options = [True]
638 runtest(target_options, use_callgraph_options, sampler_options, selected_tests)