by jvm-profiling-tools · AI Tool · ★ 1.7k
perf-map-agent A java agent to generate files for just-in-time(JIT)-compiled methods for use with the Linux tools. Build Make sure is configured to point to a JDK. You need cmake = 2.8.6 (see #30). Then run the following on the command line: cmake . make # will create links to run scripts in bin/create-links-in Architecture Linux tools will expect symbols for code executed from unknown memory regions at . This allows runtimes that generate code on the fly to supply dynamic symbol mappings to be used with the suite of tools.
| Stars | 1,702 |
| Forks | 259 |
| Language | C |
| Category | AI Tool |
| License | GPL-2.0 |
| Quality Score | 60.3336079583611/100 |
| Open Issues | 33 |
| Last Updated | 2020-08-28 |
| Created | 2012-11-22 |
| Est. Tokens | ~9k |
Explore other popular ai tool tools:
perf-map-agent is A java agent to generate method mappings to use with the linux `perf` tool. It is categorized as a AI Tool with 1.7k GitHub stars.
perf-map-agent is primarily written in C.
You can find installation instructions and usage details in the perf-map-agent GitHub repository at github.com/jvm-profiling-tools/perf-map-agent. The project has 1.7k stars and 259 forks, indicating an active community.
perf-map-agent is released under the GPL-2.0 license, making it free to use and modify according to the license terms.