Home
last modified time | relevance | path

Searched refs:GenerateHeapSnapshot (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler_interface.h57 virtual bool GenerateHeapSnapshot(std::string &inputFilePath, std::string &outputPath) = 0;
H A Dheap_profiler.h169 bool GenerateHeapSnapshot(std::string &inputFilePath, std::string &outputPath) override;
H A Dheap_profiler.cpp350 bool HeapProfiler::GenerateHeapSnapshot(std::string &inputFilePath, std::string &outputPath) in GenerateHeapSnapshot() function in panda::ecmascript::HeapProfiler
352 LOG_ECMA(INFO) << "ark raw heap GenerateHeapSnapshot start"; in GenerateHeapSnapshot()
377 LOG_ECMA(INFO) << "ark GenerateHeapSnapshot rebuild ref and generate nodes count=" << objInfoVec.size(); in GenerateHeapSnapshot()
383 LOG_ECMA(INFO) << "ark GenerateHeapSnapshot generate edges"; in GenerateHeapSnapshot()
392 LOG_GC(INFO) << "ark GenerateHeapSnapshot output file=" << outputPath.c_str(); in GenerateHeapSnapshot()
396 LOG_ECMA(INFO) << "ark raw heap GenerateHeapSnapshot finish"; in GenerateHeapSnapshot()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp125 auto ret = heapProfile->GenerateHeapSnapshot(inputPath, outputPath); in DecodeRawHeapSnashot()
552 bool GenerateHeapSnapshot(std::string &inputFilePath, std::string &outputPath) override
554 return profiler_->GenerateHeapSnapshot(inputFilePath, outputPath);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp221 heapProfile->GenerateHeapSnapshot(inputFilePath, outputPath); in GenerateHeapSnapshotByBinFile()

Completed in 7 milliseconds