Searched defs:profilerThread (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/profiler/
H A DProfilerPlugin.java117 private ProfilerThread profilerThread; field in class:ProfilerPlugin
194 if (profilerThread != null)
196 profilerThread.stopProfiling();
202 profilerThread.writeCaptureData(filename);
233 profilerThread = new ProfilerThread(config.getProfileSampleInterval());
234 profilerThread.start();
330 if (profilerThread == null)
332 profilerThread =
334 profilerThread.start();
352 if (profilerThread
[all...]
/forgerock/opendj2/src/server/org/opends/server/plugins/profiler/
H A DProfilerPlugin.java116 private ProfilerThread profilerThread; field in class:ProfilerPlugin
193 if (profilerThread != null)
195 profilerThread.stopProfiling();
201 profilerThread.writeCaptureData(filename);
232 profilerThread = new ProfilerThread(config.getProfileSampleInterval());
233 profilerThread.start();
329 if (profilerThread == null)
331 profilerThread =
333 profilerThread.start();
351 if (profilerThread
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/profiler/
H A DProfilerPlugin.java117 private ProfilerThread profilerThread; field in class:ProfilerPlugin
194 if (profilerThread != null)
196 profilerThread.stopProfiling();
202 profilerThread.writeCaptureData(filename);
233 profilerThread = new ProfilerThread(config.getProfileSampleInterval());
234 profilerThread.start();
330 if (profilerThread == null)
332 profilerThread =
334 profilerThread.start();
352 if (profilerThread
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/profiler/
H A DProfilerPlugin.java117 private ProfilerThread profilerThread; field in class:ProfilerPlugin
194 if (profilerThread != null)
196 profilerThread.stopProfiling();
202 profilerThread.writeCaptureData(filename);
233 profilerThread = new ProfilerThread(config.getProfileSampleInterval());
234 profilerThread.start();
330 if (profilerThread == null)
332 profilerThread =
334 profilerThread.start();
352 if (profilerThread
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/profiler/
H A DProfilerPlugin.java116 private ProfilerThread profilerThread; field in class:ProfilerPlugin
193 if (profilerThread != null)
195 profilerThread.stopProfiling();
201 profilerThread.writeCaptureData(filename);
232 profilerThread = new ProfilerThread(config.getProfileSampleInterval());
233 profilerThread.start();
329 if (profilerThread == null)
331 profilerThread =
333 profilerThread.start();
351 if (profilerThread
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/
H A DProfilerPlugin.java103 private ProfilerThread profilerThread; field in class:ProfilerPlugin
172 if (profilerThread != null)
174 profilerThread.stopProfiling();
180 profilerThread.writeCaptureData(filename);
204 profilerThread = new ProfilerThread(config.getProfileSampleInterval());
205 profilerThread.start();
291 if (profilerThread == null)
293 profilerThread =
295 profilerThread.start();
311 if (profilerThread
[all...]

Completed in 26 milliseconds