forked from security/hakurei
internal/outcome: measure finalise time
This also increases precision of state time output. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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") }
|
||||
|
||||
Reference in New Issue
Block a user