Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tfprof/
Dmodel_analyzer.py29 from tensorflow.python.profiler.model_analyzer import profile as _profile unknown
118 return _profile(graph, run_meta, op_log, tfprof_cmd, tfprof_options)
/external/javasqlite/src/main/java/SQLite/
DDatabase.java628 _profile(pr); in profile()
632 private native void _profile(Profile pr); in _profile() method in Database
/external/python/cpython2/Doc/library/
Dprofile.rst1 .. _profile:
71 .. _profile-instant:
316 .. _profile-stats:
550 .. _profile-limitations:
584 .. _profile-calibration:
627 .. _profile-timers:
/external/python/cpython3/Doc/library/
Dprofile.rst1 .. _profile:
48 .. _profile-instant:
305 .. _profile-stats:
545 .. _profile-limitations:
579 .. _profile-calibration:
622 .. _profile-timers:
/external/google-breakpad/src/tools/mac/upload_system_symbols/
Dupload_system_symbols.go89 regexp.MustCompile(`_profile\.dylib$`),
/external/perfetto/docs/
Dheapprofd.md147 size (passing `--shmem-size` to heap\_profile) can resolve the issue.
149 accuracy in the resulting profile) by passing `--interval` to heap\_profile.
/external/clang/include/clang/Driver/
DOptions.td2013 def _profile : Flag<["--"], "profile">, Alias<p>;