static*/
| 440 | } |
| 441 | |
| 442 | /*static*/ std::string OpCallStatusRaw::formatCall( |
| 443 | Operator* op, |
| 444 | const char* operatorMethod) { |
| 445 | return fmt::format("{}::{}", op ? op->operatorType() : "N/A", operatorMethod); |
| 446 | } |
| 447 | |
| 448 | CpuWallTiming Driver::processLazyTiming( |
| 449 | Operator& op, |