Skip to content

nicholas22/bcps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcps - ByteCode Performance Statistics

This AOP-style agent library plugs-in to your app as a Java Agent, allowing you to instrument methods that you find interesting. The injected bytecode collects and stores performance statistics without you having to necessarily adapt or change your code, for easy offline inspection.

The library uses low-latency and GC-free (no heap-allocating) techniques, to avoid being detrimental to your application's performance.

About

AOP-style bytecode performance collection & statistics library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages