An open API service indexing awesome lists of open source software.

https://github.com/timakin/tt

Benchmark local function in Golang source
https://github.com/timakin/tt

Last synced: over 1 year ago
JSON representation

Benchmark local function in Golang source

Awesome Lists containing this project

README

          

TT
==========
Bench marker for local function in Golang source code.

Usage
----------
```
import (
...
"github.com/timakin/tt"
)

func main() {
defer tt.Untrace(tt.Trace())
}
```