The package provides an interface to HotSpot.
Fetch the package:
go get -d github.com/turing-complete/hotspot
Go to the directory of the package:
cd $GOPATH/src/github.com/turing-complete/hotspot
Finally, install the package:
make install
- K. Skadron, M. Stan, K. Sankaranarayanan, W. Huang, S. Velusamy, and D. Tarjan, “Temperature-aware microarchitecture: modeling and implementation,” ACM Transactions Architecture and Code Optimization, vol. 1, pp. 94–125, March 2004.
- Fork the project.
- Implement your idea.
- Open a pull request.