UNPKG

@ethereumjs/vm

Version:
9 lines 291 B
import type { EVMPerformanceLogOutput } from '@ethereumjs/evm'; /** * Emit EVM profile logs * @param logs * @param profileTitle * @hidden */ export declare function emitEVMProfile(logs: EVMPerformanceLogOutput[], profileTitle: string): void; //# sourceMappingURL=emitEVMProfile.d.ts.map