@@ -0,0 +1,7 @@
package main
import "time"
func timing(name string, t0 time.Time) {
debugf("%s: %.02f ms", name, time.Since(t0).Seconds()*1000)
}
The note is not visible to the blocked user.