Hi!
I have a small app like
func main() {
start := time.Now()
…
fmt.Println(time.Since(start))
}
where output is ≈400μs but the actual time is about 0.16s, I mean
$ time app-name
real 0m0,156s
user 0m0,238s
sys 0m0,054s
Profiling collects nothing (it is expected with ≈400μs of course). Is there
a method to detect what holds this for so long?
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/golang-nuts/68154c33-5444-45a9-bd03-30629e4b08d8o%40googlegroups.com.