Merge pull request #190 from urjitbhatia/patch-1

Add Go wrapper to Readme
This commit is contained in:
Emery Berger 2021-11-10 13:35:01 -05:00 committed by GitHub
commit ab1165be7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,12 @@ Coz should work on any modern Linux system (specifically, running
version 2.6.32 or later, with support for the `perf_event_open` system
call) with a Python 3.x interpreter.
## Java version
## Libraries/Wrappers
There is now a Java version of Coz for profiling Java programs called [JCoz](https://github.com/Decave/JCoz).
| Language | Link |
| ----------- | -----------
| Java | JCoz: https://github.com/Decave/JCoz|
| Go | Cozgo: https://github.com/urjitbhatia/cozgo|
## Building Coz From Source