()
| 25 | } |
| 26 | |
| 27 | func ExampleMemProfileRate() { |
| 28 | // use memory profiling with custom rate. |
| 29 | defer profile.Start(profile.MemProfileRate(2048)).Stop() |
| 30 | } |
| 31 | |
| 32 | func ExampleMemProfileHeap() { |
| 33 | // use heap memory profiling. |
nothing calls this directly
no test coverage detected
searching dependent graphs…