Searched refs:ProfileStack (Results 1 - 24 of 24) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/profiler/
H A DProfilerThread.java78 private HashMap<ProfileStack,Long> stackTraces;
99 stackTraces = new HashMap<ProfileStack,Long>();
149 ProfileStack profileStack = new ProfileStack(threadStack);
259 for (ProfileStack s : stackTraces.keySet())
H A DProfileStack.java44 public class ProfileStack class
90 public ProfileStack(StackTraceElement[] stackElements) method in class:ProfileStack
126 private ProfileStack(String[] classNames, String[] methodNames, method in class:ProfileStack
275 ProfileStack s = (ProfileStack) o;
338 public static ProfileStack decode(ASN1Reader reader) throws ASN1Exception
358 return new ProfileStack(classNames, methodNames, lineNumbers);
H A DProfileViewer.java78 private HashMap<String,HashMap<ProfileStack,Long>> stacksByMethod;
209 stacksByMethod = new HashMap<String,HashMap<ProfileStack,Long>>();
251 ProfileStack stack = ProfileStack.decode(reader);
275 HashMap<ProfileStack,Long> stackMap =
279 stackMap = new HashMap<ProfileStack,Long>();
580 if (lineNumber == ProfileStack.LINE_NUMBER_NATIVE)
584 else if (lineNumber == ProfileStack.LINE_NUMBER_UNKNOWN)
612 HashMap<ProfileStack,Long> stacks = stacksByMethod.get(classAndMethod);
614 for (ProfileStack stac
[all...]
H A DProfileStackFrame.java251 public void recurseSubFrames(ProfileStack stack, int depth, long count,
252 HashMap<String,HashMap<ProfileStack,Long>> stacksByMethod)
276 HashMap<ProfileStack,Long> stackMap = stacksByMethod.get(classAndMethod);
279 stackMap = new HashMap<ProfileStack,Long>();
/forgerock/opendj2/src/server/org/opends/server/plugins/profiler/
H A DProfilerThread.java77 private HashMap<ProfileStack,Long> stackTraces;
98 stackTraces = new HashMap<ProfileStack,Long>();
148 ProfileStack profileStack = new ProfileStack(threadStack);
258 for (ProfileStack s : stackTraces.keySet())
H A DProfileStack.java43 public class ProfileStack class
89 public ProfileStack(StackTraceElement[] stackElements) method in class:ProfileStack
125 private ProfileStack(String[] classNames, String[] methodNames, method in class:ProfileStack
274 ProfileStack s = (ProfileStack) o;
337 public static ProfileStack decode(ASN1Reader reader) throws ASN1Exception
357 return new ProfileStack(classNames, methodNames, lineNumbers);
H A DProfileViewer.java77 private HashMap<String,HashMap<ProfileStack,Long>> stacksByMethod;
208 stacksByMethod = new HashMap<String,HashMap<ProfileStack,Long>>();
250 ProfileStack stack = ProfileStack.decode(reader);
274 HashMap<ProfileStack,Long> stackMap =
278 stackMap = new HashMap<ProfileStack,Long>();
579 if (lineNumber == ProfileStack.LINE_NUMBER_NATIVE)
583 else if (lineNumber == ProfileStack.LINE_NUMBER_UNKNOWN)
611 HashMap<ProfileStack,Long> stacks = stacksByMethod.get(classAndMethod);
613 for (ProfileStack stac
[all...]
H A DProfileStackFrame.java250 public void recurseSubFrames(ProfileStack stack, int depth, long count,
251 HashMap<String,HashMap<ProfileStack,Long>> stacksByMethod)
275 HashMap<ProfileStack,Long> stackMap = stacksByMethod.get(classAndMethod);
278 stackMap = new HashMap<ProfileStack,Long>();
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/profiler/
H A DProfilerThread.java78 private HashMap<ProfileStack,Long> stackTraces;
99 stackTraces = new HashMap<ProfileStack,Long>();
149 ProfileStack profileStack = new ProfileStack(threadStack);
259 for (ProfileStack s : stackTraces.keySet())
H A DProfileStack.java44 public class ProfileStack class
90 public ProfileStack(StackTraceElement[] stackElements) method in class:ProfileStack
126 private ProfileStack(String[] classNames, String[] methodNames, method in class:ProfileStack
275 ProfileStack s = (ProfileStack) o;
338 public static ProfileStack decode(ASN1Reader reader) throws ASN1Exception
358 return new ProfileStack(classNames, methodNames, lineNumbers);
H A DProfileViewer.java78 private HashMap<String,HashMap<ProfileStack,Long>> stacksByMethod;
209 stacksByMethod = new HashMap<String,HashMap<ProfileStack,Long>>();
251 ProfileStack stack = ProfileStack.decode(reader);
275 HashMap<ProfileStack,Long> stackMap =
279 stackMap = new HashMap<ProfileStack,Long>();
580 if (lineNumber == ProfileStack.LINE_NUMBER_NATIVE)
584 else if (lineNumber == ProfileStack.LINE_NUMBER_UNKNOWN)
612 HashMap<ProfileStack,Long> stacks = stacksByMethod.get(classAndMethod);
614 for (ProfileStack stac
[all...]
H A DProfileStackFrame.java251 public void recurseSubFrames(ProfileStack stack, int depth, long count,
252 HashMap<String,HashMap<ProfileStack,Long>> stacksByMethod)
276 HashMap<ProfileStack,Long> stackMap = stacksByMethod.get(classAndMethod);
279 stackMap = new HashMap<ProfileStack,Long>();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/profiler/
H A DProfilerThread.java78 private HashMap<ProfileStack,Long> stackTraces;
99 stackTraces = new HashMap<ProfileStack,Long>();
149 ProfileStack profileStack = new ProfileStack(threadStack);
259 for (ProfileStack s : stackTraces.keySet())
H A DProfileStack.java44 public class ProfileStack class
90 public ProfileStack(StackTraceElement[] stackElements) method in class:ProfileStack
126 private ProfileStack(String[] classNames, String[] methodNames, method in class:ProfileStack
275 ProfileStack s = (ProfileStack) o;
338 public static ProfileStack decode(ASN1Reader reader) throws ASN1Exception
358 return new ProfileStack(classNames, methodNames, lineNumbers);
H A DProfileViewer.java78 private HashMap<String,HashMap<ProfileStack,Long>> stacksByMethod;
209 stacksByMethod = new HashMap<String,HashMap<ProfileStack,Long>>();
251 ProfileStack stack = ProfileStack.decode(reader);
275 HashMap<ProfileStack,Long> stackMap =
279 stackMap = new HashMap<ProfileStack,Long>();
580 if (lineNumber == ProfileStack.LINE_NUMBER_NATIVE)
584 else if (lineNumber == ProfileStack.LINE_NUMBER_UNKNOWN)
612 HashMap<ProfileStack,Long> stacks = stacksByMethod.get(classAndMethod);
614 for (ProfileStack stac
[all...]
H A DProfileStackFrame.java251 public void recurseSubFrames(ProfileStack stack, int depth, long count,
252 HashMap<String,HashMap<ProfileStack,Long>> stacksByMethod)
276 HashMap<ProfileStack,Long> stackMap = stacksByMethod.get(classAndMethod);
279 stackMap = new HashMap<ProfileStack,Long>();
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/profiler/
H A DProfilerThread.java77 private HashMap<ProfileStack,Long> stackTraces;
98 stackTraces = new HashMap<ProfileStack,Long>();
148 ProfileStack profileStack = new ProfileStack(threadStack);
258 for (ProfileStack s : stackTraces.keySet())
H A DProfileStack.java43 public class ProfileStack class
89 public ProfileStack(StackTraceElement[] stackElements) method in class:ProfileStack
125 private ProfileStack(String[] classNames, String[] methodNames, method in class:ProfileStack
274 ProfileStack s = (ProfileStack) o;
337 public static ProfileStack decode(ASN1Reader reader) throws ASN1Exception
357 return new ProfileStack(classNames, methodNames, lineNumbers);
H A DProfileViewer.java77 private HashMap<String,HashMap<ProfileStack,Long>> stacksByMethod;
208 stacksByMethod = new HashMap<String,HashMap<ProfileStack,Long>>();
250 ProfileStack stack = ProfileStack.decode(reader);
274 HashMap<ProfileStack,Long> stackMap =
278 stackMap = new HashMap<ProfileStack,Long>();
579 if (lineNumber == ProfileStack.LINE_NUMBER_NATIVE)
583 else if (lineNumber == ProfileStack.LINE_NUMBER_UNKNOWN)
611 HashMap<ProfileStack,Long> stacks = stacksByMethod.get(classAndMethod);
613 for (ProfileStack stac
[all...]
H A DProfileStackFrame.java250 public void recurseSubFrames(ProfileStack stack, int depth, long count,
251 HashMap<String,HashMap<ProfileStack,Long>> stacksByMethod)
275 HashMap<ProfileStack,Long> stackMap = stacksByMethod.get(classAndMethod);
278 stackMap = new HashMap<ProfileStack,Long>();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/
H A DProfileStack.java39 public class ProfileStack class
82 public ProfileStack(StackTraceElement[] stackElements) method in class:ProfileStack
118 private ProfileStack(String[] classNames, String[] methodNames, method in class:ProfileStack
263 ProfileStack s = (ProfileStack) o;
322 public static ProfileStack decode(ASN1Reader reader) throws IOException
342 return new ProfileStack(classNames, methodNames, lineNumbers);
H A DProfilerThread.java70 private HashMap<ProfileStack,Long> stackTraces;
141 ProfileStack profileStack = new ProfileStack(threadStack);
246 for (ProfileStack s : stackTraces.keySet())
H A DProfileViewer.java79 private HashMap<String,HashMap<ProfileStack,Long>> stacksByMethod;
244 ProfileStack stack = ProfileStack.decode(reader);
268 HashMap<ProfileStack,Long> stackMap =
570 if (lineNumber == ProfileStack.LINE_NUMBER_NATIVE)
574 else if (lineNumber == ProfileStack.LINE_NUMBER_UNKNOWN)
602 HashMap<ProfileStack,Long> stacks = stacksByMethod.get(classAndMethod);
604 for (ProfileStack stack : stacks.keySet())
638 private void appendHTMLStack(ProfileStack stack, StringBuilder html,
661 if (lineNumber == ProfileStack
[all...]
H A DProfileStackFrame.java250 public void recurseSubFrames(ProfileStack stack, int depth, long count,
251 HashMap<String,HashMap<ProfileStack,Long>> stacksByMethod)
275 HashMap<ProfileStack,Long> stackMap = stacksByMethod.get(classAndMethod);

Completed in 42 milliseconds