HomeSort by relevance Sort by last modified time
    Searched full:hprof (Results 101 - 125 of 307) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/main/java/dalvik/system/profiler/
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");
  /external/vogar/src/vogar/
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");
  /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.
Android.mk 87 hprof/hprof.cc \
  /art/tools/ahat/src/
Site.java 172 // Returns the hprof id of a stack this site appears on.
  /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$
  /art/test/074-gc-thrash/src/
Main.java 28 private static final String OUTPUT_FILE = "gc-thrash.hprof";
  /external/droiddriver/src/io/appium/droiddriver/helpers/
BaseDroidDriverTest.java 167 String path = FileUtils.getAbsoluteFile(getBaseFileName() + ".hprof").getPath();
  /art/test/
Android.run-test.mk 359 # 130-hprof dumps the heap and runs hprof-conv to check whether the file is somewhat readable. This
365 $(PICTEST_TYPES),$(DEBUGGABLE_TYPES),130-hprof,$(ALL_ADDRESS_SIZES))
    [all...]
  /packages/apps/Launcher3/
AndroidManifest.xml 185 android:label="* HPROF"
  /external/proguard/docs/
FAQ.html 276 <a href="https://techblog.badoo.com/blog/2014/10/08/deobfuscating-hprof-memory-dumps/"
277 target="other">tool to de-obfuscate HPROF memory dumps</a>.
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 172 /** Generate hprof reports before/after monkey runs */
747 } else if (opt.equals("--hprof")) {
    [all...]
  /build/
envsetup.sh     [all...]
  /frameworks/base/core/java/android/os/
Debug.java     [all...]
  /frameworks/base/docs/html/
_redirects.yaml     [all...]
  /prebuilts/devtools/tools/lib/
ddms.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddms/24.4.0-beta6/
ddms-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddms/24.5.0/
ddms-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddms/25.0.0-alpha1/
ddms-25.0.0-alpha1.jar 
  /development/build/
sdk.atree 50 bin/hprof-conv strip platform-tools/hprof-conv
    [all...]

Completed in 699 milliseconds

1 2 3 45 6 7 8 91011>>