profiling/timing: implement execution time profiler

This commit is contained in:
Tamer Tas
2016-09-14 15:49:43 +03:00
parent 418cd23c0a
commit 90f5b5b1a5
2 changed files with 39 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ A curated collection of idiomatic design & application patterns for Go language.
| Pattern | Description | Status |
|:-------:|:----------- |:------:|
| [Timing Functions](/profiling/timing.md) | Wraps a function and logs the execution | |
| [Timing Functions](/profiling/timing.md) | Wraps a function and logs the execution | |
## Idioms