From e7161f8e615dabdb14831fc0dd86cd2d33736a86 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 2 Nov 2025 05:17:33 +0900 Subject: internal/outcome: measure finalise time This also increases precision of state time output. Signed-off-by: Ophestra --- internal/outcome/dispatcher_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/outcome/dispatcher_test.go') diff --git a/internal/outcome/dispatcher_test.go b/internal/outcome/dispatcher_test.go index 0d0568e4..87a24e6c 100644 --- a/internal/outcome/dispatcher_test.go +++ b/internal/outcome/dispatcher_test.go @@ -690,6 +690,7 @@ func (panicMsgContext) Value(any) any { panic("unreachable") } type panicDispatcher struct{} func (panicDispatcher) new(func(k syscallDispatcher, msg message.Msg)) { panic("unreachable") } +func (panicDispatcher) getppid() int { panic("unreachable") } func (panicDispatcher) getpid() int { panic("unreachable") } func (panicDispatcher) getuid() int { panic("unreachable") } func (panicDispatcher) getgid() int { panic("unreachable") } -- cgit v1.3.1