Add Go wrapper to Readme

Organized libraries/languages into a table
This commit is contained in:
Urjit Singh Bhatia 2021-11-10 09:26:10 -08:00 committed by GitHub
parent b88a9ace6c
commit 7337ed7c5a
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