Registry / utility / profiler

profiler

JSON →
library1.1.1javamavenunverified

A pure-Java implementation of Twitter Util's CpuProfile and related profiling classes.

<dependency> <groupId>com.helger</groupId> <artifactId>profiler</artifactId> <version>1.1.1</version> </dependency>
INSTALL
IMPORT
SIG · PROFILER
P
profiler
utilityjavav1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CpuProfile
com.helger.profiler.CpuProfile

Starts and stops a CPU profiling session.

import com.helger.profiler.CpuProfile; public class Example { public static void main(String[] args) { CpuProfile profile = new CpuProfile(); profile.start(); // ... code to profile ... profile.stop(); System.out.println("Profile collected: " + profile); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
profiler — mvn dependency:get profiler · libregistry