Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/devtools/inspector/tests/
H A Dinspector_utils_test.py28 calculate_time_scale_factor,
180 calculate_time_scale_factor(TimeScale.NS, TimeScale.MS), 1000000
183 calculate_time_scale_factor(TimeScale.MS, TimeScale.NS), 1 / 1000000
188 calculate_time_scale_factor(TimeScale.CYCLES, TimeScale.CYCLES), 1
/aosp_15_r20/external/executorch/devtools/inspector/
H A D_inspector.py44 calculate_time_scale_factor,
828 scale_factor = calculate_time_scale_factor(source_time_scale, target_time_scale)
1013 scale_factor = calculate_time_scale_factor(
H A D_inspector_utils.py73 def calculate_time_scale_factor( function