Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/systrace/profile_chrome/
Dperf_tracing_agent.py192 json_file_name = os.path.basename(perf_profile)
194 open(json_file_name, 'w') as json_file:
203 return json_file_name
/external/v8/build/android/pylib/perf/
Dtest_runner.py135 def PrintTestOutput(test_name, json_file_name=None, archive_file_name=None): argument
161 if json_file_name:
162 with file(json_file_name, 'w') as f: