Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_config.h32 #define PERF_CONFIG_FILE "C:\\perf.ini" macro
36 #define PERF_CONFIG_FILE "./perf.ini" macro
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Dperf_unittest.c227 FILE *f = fopen(PERF_CONFIG_FILE, "wt"); in create_config_file()
242 unlink(PERF_CONFIG_FILE); in delete_config_file()
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_config.c185 config_file = fopen(PERF_CONFIG_FILE, "rt"); in PERF_Config_Read()