Commit 41189a23 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Show operation counts in zipfs.

parent a0666d29
......@@ -35,6 +35,8 @@ func main() {
latency := state.Latencies()
fmt.Println("Operation latency (ms):")
fuse.PrintMap(latency)
counts := state.OperationCounts()
fmt.Println("Counts: ", counts)
fmt.Println("Memory stats", state.Stats())
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment