HomeSort by relevance Sort by last modified time
    Searched full:hprof (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /frameworks/base/docs/html/tools/help/
hprof-conv.jd 1 page.title=HPROF Converter
7 The <code>hprof-conv</code> tool converts the HPROF file that is
11 <pre> hprof-conv &lt;infile&gt; &lt;outfile&gt;</pre>
index.jd 39 <dt><a href="hprof-conv.html">hprof-conv</a></dt>
40 <dd>Converts the HPROF file that is generated by the Android SDK tools to a standard format so
  /dalvik/hit/test/
testparser 6 #java -Djava.compiler=NONE -Xdebug -Xrunjdwp:transport=dt_socket,address=53635,server=y,suspend=y -cp build com.android.hit.Main ../samples/android.hprof
8 java -cp build com.android.hit.Main ../samples/android.hprof
  /dalvik/docs/
heap-profiling.html 22 The first step is to cause the VM to dump its status, and then pull the hprof
81 <code>/data/misc/heap-dump-BLAH-BLAH.hprof</code> and
82 <code>.hprof-head</code>, where BLAH is a runtime-generated value
87 $ adb pull /data/misc/heap-dump-BLAH-BLAH.hprof tail.hprof
88 $ adb pull /data/misc/heap-dump-BLAH-BLAH.hprof-head head.hprof
89 $ adb shell rm /data/misc/heap-dump-BLAH-BLAH.hprof /data/misc/heap-dump-BLAH-BLAH.hprof-head
96 $ cat head.hprof tail.hprof &gt; dump.hpro
    [all...]
  /art/runtime/hprof/
hprof.h 22 namespace hprof { namespace in namespace:art
26 } // namespace hprof
hprof.cc 18 * Preparation and completion of hprof data generation. The output is
25 #include "hprof.h"
62 namespace hprof { namespace in namespace:art
173 // Represents a top-level hprof record, whose serialized format is:
383 class Hprof {
385 Hprof(const char* output_filename, int fd, bool direct_to_ddms)
402 LOG(INFO) << "hprof: heap dump \"" << filename_ << "\" starting...";
415 ~Hprof() {
492 LOG(INFO) << "hprof: heap dump completed ("
504 reinterpret_cast<Hprof*>(arg)->VisitRoot(*obj, thread_id, root_type)
    [all...]
  /dalvik/tools/
get-hprof 17 # Grab an hprof file using adb. If an argument is specified, grab
24 FILE_BASE=`adb shell ls -l '/data/misc/heap-dump*.hprof' | tail -1 | \
33 OUT_FILE=heap-dump.hprof
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofBinaryToAscii.java 46 * either a binary hprof file or a version with a text header.
51 usage("binary hprof file argument expected");
65 System.out.println("Problem reading binary hprof data from "
76 System.out.println("Problem reading snapshot containing binary hprof data from "
85 * binary hprof magic value. If so, it is returned. On any other
101 * Read and return an HprofData from a vanilla binary hprof file.
115 * then proceed to read binary hprof data.
134 * Read binary hprof data from the provided input stream and
158 * Write text verion of hprof data to standard output. Returns
165 System.out.println("Problem writing ASCII hprof data: " + e.getMessage())
    [all...]
BinaryHprof.java 25 * Hprof binary format related constants shared between the
35 * Prefix of valid magic values from the start of a binary hprof file.
SamplingProfiler.java 41 * results in hprof format to the standard output.
94 * Real hprof output examples don't start the thread and trace
97 * identifiers when manual searching hprof output.
138 * similar to the hprof option of the same name. Any stack deeper
320 * Returns the hprof data accumulated by the profiler since it was
327 throw new IllegalStateException("cannot access hprof data while sampling");
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 28 DeviceView_Dump_HPROF_File=Dump HPROF file
29 DeviceView_Dump_HPROF_File_Not_Supported_By_VM=Dump HPROF file (not supported by this VM)
30 DeviceView_Dump_HPROF_File_Tooltip=Dump HPROF file
31 DeviceView_Failed_To_Save_HPROF_Data=Failed to save hprof data into temp file%1$s
32 DeviceView_HPROF_Error=HPROF Error
38 DeviceView_Save_HPROF_File=Save HPROF file
50 DeviceView_Unable_Create_HPROF_For_Application=Unable to create HPROF file for application '%1$s'.\n\n%2$s Check logcat for more information.
51 DeviceView_Unable_Download_HPROF_From_Device_One_Param_First_Message=Unable to download HPROF file from device '%1$s'.
52 DeviceView_Unable_Download_HPROF_From_Device_One_Param_Second_Message=Unable to download HPROF file from device '%1$s'.
53 DeviceView_Unable_Download_HPROF_From_Device_Two_Param=Unable to download HPROF file from device '%1$s'.\n\n%2$
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
IToolsLocator.java 37 * Queries the location of hprof-conv
38 * @return A full OS path to the location of hprof-conv.
  /build/target/product/
runtime_common.mk 32 hprof-conv \
  /dalvik/tools/hprof-conv/
Android.mk 20 LOCAL_MODULE := hprof-conv
  /frameworks/base/docs/html/tools/debugging/
debugging-memory.jd 66 <dd>A garbage collection that occurs when you create an HPROF file to analyze your heap.</dd>
347 HPROF. Your app's heap dump provides information about the overall state of your app's heap so you
356 <li>Click <strong>Dump HPROF file</strong>, shown in figure 3.</li>
357 <li>In the window that appears, name your HPROF file, select the save location,
361 <img src="{@docRoot}images/tools/monitor-hprof@2x.png" width="760" alt="" />
363 showing the <strong>[1] Dump HPROF file</strong> button.</p>
370 HPROF tool. The major difference in an Android heap dump is due to the fact that there are a large
376 you'll need to convert the HPROF file from Android's format to the J2SE HPROF format. You can do
377 this using the <code>hprof-conv</code> tool provided in the <code>&lt;sdk&gt;/tools/</code
    [all...]
  /development/build/
product_sdk.mk 41 hprof-conv \
sdk-windows-x86.atree 46 rm platform-tools/hprof-conv
47 bin/hprof-conv.exe strip platform-tools/hprof-conv.exe
windows_sdk_whitelist.mk 36 dalvik/tools/hprof-conv \
  /art/runtime/native/
dalvik_system_VMDebug.cc 28 #include "hprof/hprof.h"
44 "hprof-heap-dump",
45 "hprof-heap-dump-streaming",
190 * Cause "hprof" data to be dumped. We can throw an IOException if an
222 hprof::DumpHeap(filename.c_str(), fd, false);
226 hprof::DumpHeap("[DDMS]", -1, true);
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
java_heap_profiler.py 57 output_file = input_file.replace('.aprof', '.hprof')
59 'tools', 'hprof-conv')
  /frameworks/base/docs/html/guide/topics/manifest/
instrumentation-element.jd 9 android:<a href="#hprof">handleProfiling</a>=["true" | "false"]
30 <dt><a name="hprof"></a>{@code android:handleProfiling}</dt>
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 287 * Dumps "hprof" data to the specified file. This may cause a GC.
291 * @param filename Full pathname of output file (e.g. "/sdcard/dump.hprof").
293 * HPROF support.
304 * Collects "hprof" heap data and sends it to DDMS. This may cause a GC.
307 * HPROF support.
312 * Dumps "hprof" heap data to a file, by name or descriptor.
  /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/runtime/
object_callbacks.h 56 // only used by hprof.
  /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

Completed in 5470 milliseconds

1 2 3 4