@@ -69,37 +69,6 @@ class ETDumpGen : public ::executorch::runtime::EventTracer {
6969 ~ETDumpGen () override ;
7070 void clear_builder ();
7171
72- void create_event_block (const char * name) override ;
73- virtual ::executorch::runtime::EventTracerEntry start_profiling (
74- const char * name,
75- ::executorch::runtime::ChainID chain_id = -1 ,
76- ::executorch::runtime::DebugHandle debug_handle = 0 ) override ;
77- virtual void end_profiling (
78- ::executorch::runtime::EventTracerEntry prof_entry) override ;
79- virtual ::executorch::runtime::EventTracerEntry start_profiling_delegate (
80- const char * name,
81- ::executorch::runtime::DebugHandle delegate_debug_index) override ;
82- virtual void end_profiling_delegate (
83- ::executorch::runtime::EventTracerEntry prof_entry,
84- const void * metadata,
85- size_t metadata_len) override ;
86- virtual void log_profiling_delegate (
87- const char * name,
88- ::executorch::runtime::DebugHandle delegate_debug_index,
89- et_timestamp_t start_time,
90- et_timestamp_t end_time,
91- const void * metadata,
92- size_t metadata_len) override ;
93- virtual void track_allocation (
94- ::executorch::runtime::AllocatorID id,
95- size_t size) override ;
96- virtual ::executorch::runtime::AllocatorID track_allocator (
97- const char * name) override ;
98- virtual void log_evalue (
99- const ::executorch::runtime::EValue& evalue,
100- ::executorch::runtime::LoggedEValueType evalue_type =
101- ::executorch::runtime::LoggedEValueType::kIntermediateOutput )
102- override ;
10372 /* *
10473 * Log an intermediate tensor output from a delegate.
10574 */
0 commit comments