OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SamplingProfilerIntegration
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java
41
public class
SamplingProfilerIntegration
{
43
private static final String TAG = "
SamplingProfilerIntegration
";
104
Log.e(TAG, "
SamplingProfilerIntegration
already started at " + new Date(startMillis));
123
Log.e(TAG, "
SamplingProfilerIntegration
is not started");
ZygoteInit.java
565
SamplingProfilerIntegration
.start();
575
SamplingProfilerIntegration
.writeZygoteSnapshot();
/frameworks/base/services/java/com/android/server/
SystemServer.java
49
import com.android.internal.os.
SamplingProfilerIntegration
;
734
// need to add this service even if
SamplingProfilerIntegration
.isEnabled()
736
// turns on
SamplingProfilerIntegration
. Plus, when sampling profiler doesn't work,
[
all
...]
/frameworks/base/core/java/android/app/
ActivityThread.java
94
import com.android.internal.os.
SamplingProfilerIntegration
;
[
all
...]
Completed in 3428 milliseconds