Skip navigation links
C D I M P R W 

C

com.papertrail.profiler - package com.papertrail.profiler
 
com.papertrail.profiler.jaxrs - package com.papertrail.profiler.jaxrs
 
contention(Integer, Integer) - Method in class com.papertrail.profiler.jaxrs.CpuProfileResource
 
CpuProfile - Class in com.papertrail.profiler
A CPU profile.
CpuProfile(Map<List<StackTraceElement>, Long>, Duration, long, long) - Constructor for class com.papertrail.profiler.CpuProfile
 
CpuProfileResource - Class in com.papertrail.profiler.jaxrs
 
CpuProfileResource() - Constructor for class com.papertrail.profiler.jaxrs.CpuProfileResource
 

D

doProfile(int, int, Thread.State) - Method in class com.papertrail.profiler.jaxrs.CpuProfileResource
 

I

isRunnable(StackTraceElement) - Static method in class com.papertrail.profiler.CpuProfile
When looking for RUNNABLEs, the JVM's notion of runnable differs from the from kernel's definition and for some well known cases, we can filter out threads that are actually asleep.

M

m_count - Variable in class com.papertrail.profiler.CpuProfile
 
m_duration - Variable in class com.papertrail.profiler.CpuProfile
 
m_missed - Variable in class com.papertrail.profiler.CpuProfile
 
mainClassName() - Static method in class com.papertrail.profiler.CpuProfile
Get the main class name for the currently running application.

P

profile(Integer, Integer) - Method in class com.papertrail.profiler.jaxrs.CpuProfileResource
 

R

record(Duration, int, Thread.State) - Static method in class com.papertrail.profiler.CpuProfile
Profile CPU usage of threads in `state` for `howlong`, sampling stacks at `frequency` Hz.
record(Duration, int) - Method in class com.papertrail.profiler.CpuProfile
 
recordInThread(Duration, int, Thread.State) - Static method in class com.papertrail.profiler.CpuProfile
Call `record` in a thread with the given parameters, returning a `Future` representing the completion of the profile.
recordInThread(Duration, int) - Static method in class com.papertrail.profiler.CpuProfile
 

W

writeGoogleProfile(OutputStream) - Method in class com.papertrail.profiler.CpuProfile
Write a Google pprof-compatible profile to `out`.
C D I M P R W 
Skip navigation links

Copyright © 2014–2019 Philip Helger. All rights reserved.