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
- Host: GitHub
- URL: https://github.com/timakin/tt
- Owner: timakin
- Created: 2016-10-02T10:21:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T10:25:46.000Z (over 9 years ago)
- Last Synced: 2025-01-23T19:19:44.911Z (over 1 year ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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())
}
```