STT-tensorflow/tensorflow/lite/profiling
Chao Mei 6688e1c23b 1. Add a new event type for general tflite runtime instrumentation, and allow a Profiler to choose which event type it will record.
2. An initial introduction of InterpreterDetailedStatus to detail the error code that a TFLite interpreter may have during runtime.

3. Apply the above two to instrument the overall invoke latency and status as an initial exemplar usage.

PiperOrigin-RevId: 313573701
Change-Id: I8c4189c72066d7d6f4c91014ef4f30e32635c115
2020-05-28 06:17:22 -07:00
..
atrace_profiler.cc 1. Add a new event type for general tflite runtime instrumentation, and allow a Profiler to choose which event type it will record. 2020-05-28 06:17:22 -07:00
atrace_profiler.h Hide class definition of ATraceProfiler 2020-03-15 18:17:36 -07:00
buffered_profiler.h 1. Add a new event type for general tflite runtime instrumentation, and allow a Profiler to choose which event type it will record. 2020-05-28 06:17:22 -07:00
BUILD Move the writer functions of profileSummarizer to ProfileSummaryFormatter. 2020-02-18 19:17:56 -08:00
memory_info_test.cc Skip displaying memory usage info when it's not supported on a platform to avoid confusion. 2020-04-08 01:06:48 -07:00
memory_info.cc Skip displaying memory usage info when it's not supported on a platform to avoid confusion. 2020-04-08 01:06:48 -07:00
memory_info.h Skip displaying memory usage info when it's not supported on a platform to avoid confusion. 2020-04-08 01:06:48 -07:00
noop_profiler.h 1. Add a new event type for general tflite runtime instrumentation, and allow a Profiler to choose which event type it will record. 2020-05-28 06:17:22 -07:00
platform_profiler.cc Hide class definition of ATraceProfiler 2020-03-15 18:17:36 -07:00
platform_profiler.h Add PlatformProfiler to support op tracing using platform tracing tools. 2020-02-18 18:46:01 -08:00
profile_buffer_test.cc 1. Add a new event type for general tflite runtime instrumentation, and allow a Profiler to choose which event type it will record. 2020-05-28 06:17:22 -07:00
profile_buffer.h 1. Add a new event type for general tflite runtime instrumentation, and allow a Profiler to choose which event type it will record. 2020-05-28 06:17:22 -07:00
profile_summarizer_test.cc 1. Add a new event type for general tflite runtime instrumentation, and allow a Profiler to choose which event type it will record. 2020-05-28 06:17:22 -07:00
profile_summarizer.cc 1. Add a new event type for general tflite runtime instrumentation, and allow a Profiler to choose which event type it will record. 2020-05-28 06:17:22 -07:00
profile_summarizer.h Fix ProfilingListener for subclasses to override. 2020-02-20 21:26:56 -08:00
profile_summary_formatter_test.cc Move the writer functions of profileSummarizer to ProfileSummaryFormatter. 2020-02-18 19:17:56 -08:00
profile_summary_formatter.cc Move the writer functions of profileSummarizer to ProfileSummaryFormatter. 2020-02-18 19:17:56 -08:00
profile_summary_formatter.h Move the writer functions of profileSummarizer to ProfileSummaryFormatter. 2020-02-18 19:17:56 -08:00
profiler_test.cc 1. Add a new event type for general tflite runtime instrumentation, and allow a Profiler to choose which event type it will record. 2020-05-28 06:17:22 -07:00
profiler.h Use op_name as the tag when recording profiling events so that it's more specific than the original general "OpInvoke" tag. 2019-12-02 17:34:09 -08:00
time_test.cc Fix benchmark_model compilation on Windows 2018-12-21 13:12:49 -08:00
time.cc Fix minor clang warnings for tflite, for toolchains with pickier configurations. 2019-04-03 14:47:43 -07:00
time.h Fix benchmark_model compilation on Windows 2018-12-21 13:12:49 -08:00