Home
last modified time | relevance | path

Searched defs:perf (Results 1 – 25 of 63) sorted by relevance

123

/third_party/mesa3d/src/panfrost/perf/
Dpan_perf.c43 const struct panfrost_perf *perf) in panfrost_perf_counter_read()
73 panfrost_perf_init(struct panfrost_perf *perf, int fd) in panfrost_perf_init()
115 panfrost_perf_query(struct panfrost_perf *perf, uint32_t enable) in panfrost_perf_query()
123 panfrost_perf_enable(struct panfrost_perf *perf) in panfrost_perf_enable()
129 panfrost_perf_disable(struct panfrost_perf *perf) in panfrost_perf_disable()
135 panfrost_perf_dump(struct panfrost_perf *perf) in panfrost_perf_dump()
Dquick.c18 struct panfrost_perf *perf = rzalloc(ctx, struct panfrost_perf); in main() local
/third_party/typescript/tests/baselines/reference/
DuncalledFunctionChecksInConditional2.js3 const perf = window.performance constant
32 const perf = inBrowser && window.performance constant
54 var perf = window.performance; variable
/third_party/mesa3d/src/intel/perf/i915/
Dintel_perf.c25 uint64_t i915_perf_get_oa_format(struct intel_perf_config *perf) in i915_perf_get_oa_format()
96 i915_query_perf_config_supported(struct intel_perf_config *perf, int fd) in i915_query_perf_config_supported()
105 i915_query_perf_config_data(struct intel_perf_config *perf, in i915_query_perf_config_data()
179 i915_oa_metrics_available(struct intel_perf_config *perf, int fd, bool use_register_snapshots) in i915_oa_metrics_available()
249 i915_add_config(struct intel_perf_config *perf, int fd, in i915_add_config()
271 i915_remove_config(struct intel_perf_config *perf, int fd, uint64_t config_id) in i915_remove_config()
277 i915_has_dynamic_config_support(struct intel_perf_config *perf, int fd) in i915_has_dynamic_config_support()
/third_party/typescript/tests/cases/compiler/
DuncalledFunctionChecksInConditional2.ts4 const perf = window.performance constant
33 const perf = inBrowser && window.performance constant
/third_party/skia/third_party/externals/harfbuzz/perf/
Dmeson.build9 benchmark('perf', executable('perf', 'perf.cc', build
/third_party/mesa3d/src/intel/perf/
Dintel_perf.c84 get_sysfs_dev_dir(struct intel_perf_config *perf, int fd) in get_sysfs_dev_dir()
149 read_sysfs_drm_device_file_uint64(struct intel_perf_config *perf, in read_sysfs_drm_device_file_uint64()
166 oa_config_enabled(struct intel_perf_config *perf, in oa_config_enabled()
175 register_oa_config(struct intel_perf_config *perf, in register_oa_config()
193 enumerate_sysfs_metrics(struct intel_perf_config *perf, in enumerate_sysfs_metrics()
239 add_all_metrics(struct intel_perf_config *perf, in add_all_metrics()
249 kernel_has_dynamic_config_support(struct intel_perf_config *perf, int fd) in kernel_has_dynamic_config_support()
277 kmd_add_config(struct intel_perf_config *perf, int fd, in kmd_add_config()
293 init_oa_configs(struct intel_perf_config *perf, int fd, in init_oa_configs()
319 compute_topology_builtins(struct intel_perf_config *perf) in compute_topology_builtins()
[all …]
Dintel_perf_private.h69 intel_perf_append_query_info(struct intel_perf_config *perf, int max_counters) in intel_perf_append_query_info()
/third_party/mesa3d/src/intel/vulkan_hasvk/
Danv_perf.c47 struct intel_perf_config *perf = intel_perf_new(NULL); in anv_physical_device_init_perf() local
303 struct intel_perf_config *perf = pdevice->perf; in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local
352 struct intel_perf_config *perf = pdevice->perf; in anv_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR() local
370 struct intel_perf_config *perf = device->physical->perf; in anv_AcquireProfilingLockKHR() local
399 anv_perf_write_pass_results(struct intel_perf_config *perf, in anv_perf_write_pass_results()
/third_party/mesa3d/src/intel/vulkan/
Danv_perf.c39 struct intel_perf_config *perf = intel_perf_new(NULL); in anv_physical_device_init_perf() local
359 struct intel_perf_config *perf = pdevice->perf; in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local
411 struct intel_perf_config *perf = pdevice->perf; in anv_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR() local
429 struct intel_perf_config *perf = device->physical->perf; in anv_AcquireProfilingLockKHR() local
458 anv_perf_write_pass_results(struct intel_perf_config *perf, in anv_perf_write_pass_results()
/third_party/mesa3d/src/intel/perf/xe/
Dintel_perf.c21 uint64_t xe_perf_get_oa_format(struct intel_perf_config *perf) in xe_perf_get_oa_format()
49 xe_oa_metrics_available(struct intel_perf_config *perf, int fd, bool use_register_snapshots) in xe_oa_metrics_available()
112 xe_add_config(struct intel_perf_config *perf, int fd, in xe_add_config()
145 xe_remove_config(struct intel_perf_config *perf, int fd, uint64_t config_id) in xe_remove_config()
/third_party/mesa3d/src/panfrost/ds/
Dpan_pps_perf.h42 struct panfrost_perf *perf = nullptr; variable
Dpan_pps_driver.h51 std::unique_ptr<PanfrostPerf> perf = nullptr; variable
Dpan_pps_driver.cpp54 PanfrostDriver::create_available_counters(const PanfrostPerf &perf) in create_available_counters()
77 struct panfrost_perf *perf = pan_driver.perf->perf; in create_available_counters() local
/third_party/pulseaudio/src/tests/
Dcpu-sconv-test.c41 bool perf) { in run_conv_test_float_to_s16()
93 bool perf) { in run_conv_test_s16_to_float()
Dcpu-remap-test.c42 bool perf) { in run_remap_test_float()
97 bool perf) { in run_remap_test_s16()
151 bool perf) { in run_remap_test_s32()
/third_party/mesa3d/src/intel/ds/
Dintel_pps_driver.h87 std::unique_ptr<IntelPerf> perf; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dperf.h57 Ret CallFunction(OptPerfPtr perf, std::function<Ret(Args...)> func, Args... args) { in CallFunction()
/third_party/mesa3d/src/panfrost/
Dmeson.build20 subdir('perf') subdir
/third_party/mesa3d/src/intel/compiler/elk/
Delk_ir_performance.cpp1076 execute_instruction(state &st, const perf_desc &perf) in execute_instruction()
1101 mark_read_dependency(state &st, const perf_desc &perf, in mark_read_dependency()
1113 mark_write_dependency(state &st, const perf_desc &perf, in mark_write_dependency()
1205 const perf_desc perf = instruction_desc(info); in issue_fs_inst() local
1315 const perf_desc perf = instruction_desc(info); in issue_vec4_instruction() local
/third_party/mesa3d/src/intel/
Dmeson.build30 subdir('perf') subdir
/third_party/astc-encoder/Test/
Dastc_test_competitive_plot.py31 def __init__(self, name, perf, qual): argument
/third_party/skia/m133/third_party/externals/icu/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp84 PackageLookup(const DictionaryTriePerfTest &perf) { in PackageLookup()
140 BinarySearchPackageLookup(const DictionaryTriePerfTest &perf) in BinarySearchPackageLookup()
249 PrefixBinarySearchPackageLookup(const DictionaryTriePerfTest &perf) in PrefixBinarySearchPackageLookup()
276 BytesTriePackageLookup(const DictionaryTriePerfTest &perf) in BytesTriePackageLookup()
339 const DictionaryTriePerfTest &perf; member in DictLookup
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp84 PackageLookup(const DictionaryTriePerfTest &perf) { in PackageLookup()
140 BinarySearchPackageLookup(const DictionaryTriePerfTest &perf) in BinarySearchPackageLookup()
249 PrefixBinarySearchPackageLookup(const DictionaryTriePerfTest &perf) in PrefixBinarySearchPackageLookup()
276 BytesTriePackageLookup(const DictionaryTriePerfTest &perf) in BytesTriePackageLookup()
339 const DictionaryTriePerfTest &perf; member in DictLookup
/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_performance.cpp737 execute_instruction(state &st, const perf_desc &perf) in execute_instruction()
762 mark_read_dependency(state &st, const perf_desc &perf, in mark_read_dependency()
774 mark_write_dependency(state &st, const perf_desc &perf, in mark_write_dependency()
885 const perf_desc perf = instruction_desc(info); in issue_inst() local

123