HomeSort by relevance Sort by last modified time
    Searched full:hprof (Results 76 - 100 of 277) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 152 * the entire contents of the file and return them, but hprof dump
169 Log.w("ddm-heap", "hprof dumps not supported in this VM");
201 failMsg = "hprof dumps not supported in this VM";
  /art/tools/ahat/src/
InstanceUtils.java 28 * Utilities for extracting information from hprof instances.
41 * Read the byte[] value from an hprof Instance.
65 * Read the string value from an hprof Instance.
73 * Read the string value from an hprof Instance.
Value.java 24 * Class to render an hprof value to a DocString.
Site.java 172 // Returns the hprof id of a stack this site appears on.
  /external/owasp/sanitizer/
Makefile 153 profile: out/java.hprof.txt
154 out/java.hprof.txt: out/tests.tstamp
155 java -cp ${TEST_CLASSPATH}:out/classes -agentlib:hprof=cpu=times,format=a,file=out/java.hprof.txt,lineno=y,doe=y org.owasp.html.Benchmark benchmark-data/Yahoo\!.html s macro
  /external/vogar/src/vogar/
JavaVm.java 48 vmCommand.add("-agentlib:hprof="
Vogar.java 263 System.out.println(" --profile: run with a profiler to produce an hprof file.");
265 System.out.println(" --profile-binary: produce a binary hprof file instead of the default ASCII.");
267 System.out.println(" --profile-file <filename>: filename for hprof profile data.");
268 System.out.println(" Default is java.hprof.txt in ASCII mode and java.hprof in binary mode.");
486 profileFile = new File(profileBinary ? "java.hprof" : "java.hprof.txt");
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 125 public final static String ACTION_SAVE = "hprof.save"; //$NON-NLS-1$
126 public final static String ACTION_OPEN = "hprof.open"; //$NON-NLS-1$
128 public final static String DOT_HPROF = ".hprof"; //$NON-NLS-1$
150 // this will make sure the dump hprof button is
153 // an hprof file
167 // get the sync service to pull the HPROF file
220 // this will make sure the dump hprof button is
223 // an hprof file
262 // make a temp file to convert the hprof into something
    [all...]
  /art/tools/ahat/
README.txt 21 * Include ahat version and hprof file in the menu at the top of the page?
45 * That we can open a hprof without an 'app' heap and show a tabulation of
  /external/chromium-trace/catapult/telemetry/telemetry/internal/
binary_dependencies.json 140 "hprof-conv": {
146 "download_path": "../bin/linux/x86_64/hprof-conv"
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferenceInitializer.java 117 // When obtaining hprof files from the device, default to opening the file
118 // only if there is a registered content type for the hprof extension.
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/
PdtPlugin.java 95 * Returns the location of hprof-conv or <code>null</code> if unknown.
101 return devTreeBin + "hprof-conv"; //$NON-NLS-1$
  /dalvik/tools/hprof-conv/
HprofConv.c 18 * Strip Android-specific records out of hprof data, back-converting from
20 * Android hprof data to be handled by widely-available tools (like "jhat").
277 * Hprof stuff
597 * Filter an hprof data file.
618 fprintf(stderr, "ERROR: HPROF file already in 1.0.2 format.\n");
620 fprintf(stderr, "ERROR: expecting HPROF file format 1.0.3\n");
743 fprintf(stderr, "Usage: hprof-conf [-z] infile outfile\n");
  /frameworks/base/tools/preload2/src/com/android/preload/
DeviceUtils.java 21 import com.android.preload.classdataretrieval.hprof.Hprof;
38 Hprof.init();
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 31 * binary hprof-style output using {@link AsciiHprofWriter} or
363 // hold true in the binary hprof BinaryHprofWriter
364 // produces, it is not true of hprof files created
AsciiHprofWriter.java 29 * AsciiHprofWriter produces hprof compatible text output for use with
BinaryHprofWriter.java 27 * BinaryHprofWriter produces hprof compatible binary output for use
88 throw new IllegalArgumentException("depth too large for binary hprof: "
BinaryHprofReader.java 109 * Read the hprof header and records from the input
128 throw new MalformedHprofException("Could not find HPROF version");
  /development/build/tools/
windows_sdk.mk 41 hprof-conv \
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkToolsLocator.java 46 public static final String FN_HPROF_CONV = "hprof-conv" + PLATFORM_EXECUTABLE_EXTENSION; //$NON-NLS-1$
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 280 File file = new File("/sdcard/java.hprof");
284 System.out.println("Wrote binary hprof data to " + file);
  /art/runtime/
signal_catcher.cc 157 LOG(INFO) << "SIGUSR1 forcing GC (no HPROF)";
thread_list.h 65 // long_suspend is currenly used for hprof since large heaps take a long time.
  /packages/apps/Launcher3/src/com/android/launcher3/testing/
MemoryDumpActivity.java 56 final String zipfilePath = String.format("%s/hprof-%d.zip",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java 89 "hprof-conv.exe" : "hprof-conv"; //$NON-NLS-1$ //$NON-NLS-2$

Completed in 721 milliseconds

1 2 34 5 6 7 8 91011>>