HomeSort by relevance Sort by last modified time
    Searched refs:hprof (Results 1 - 15 of 15) sorted by null

  /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/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
  /build/target/product/
runtime_common.mk 32 hprof-conv \
  /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
  /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
sdk.atree 50 bin/hprof-conv strip platform-tools/hprof-conv
    [all...]
  /dalvik/tools/hprof-conv/
Android.mk 20 LOCAL_MODULE := hprof-conv
  /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
  /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);
  /development/build/tools/
windows_sdk.mk 39 hprof-conv \
  /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...]
  /art/runtime/
Android.mk 74 hprof/hprof.cc \
  /build/
envsetup.sh     [all...]

Completed in 598 milliseconds