File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -754,7 +754,7 @@ Result<Method> Method::load(
754
754
temp_allocator = platform_allocator;
755
755
}
756
756
Method method (program, memory_manager, event_tracer, temp_allocator);
757
-
757
+ ET_LOG (Debug, " Loading method: %s. " , s_plan-> name ()-> c_str ());
758
758
Error err = method.init (s_plan, named_data_map);
759
759
if (err != Error::Ok) {
760
760
return err;
@@ -1522,6 +1522,7 @@ Error Method::execute() {
1522
1522
initialized (),
1523
1523
NotSupported,
1524
1524
" Cannot execute until method has been initialized." );
1525
+ ET_LOG (Debug, " Executing method: %s." , method_meta ().name ());
1525
1526
1526
1527
// Chains are executed sequentially today, but future async designs may
1527
1528
// branch and run many in parallel or out of order.
You can’t perform that action at this time.
0 commit comments