/arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
H A D | profile_saver.cpp | 56 LOG(INFO, RUNTIME) << "Cannot find app dir, bad output filename"; in AddTrackedLocations() 89 LOG(INFO, RUNTIME) << "No code paths should be profiled."; in Start() 94 LOG(INFO, RUNTIME) << "Profile Saver Singleton already exists"; in Start() 99 LOG(INFO, RUNTIME) << "Starting dumping profile saver output file" << outputFilename; in Start() 143 LOG(INFO, RUNTIME) << "ProfileSaver stoped" << '\n'; in DumpInfo() 152 LOG(INFO, RUNTIME) << "Profile saver shutdown"; in RunProfileSaverThread() 159 LOG(INFO, RUNTIME) << "Step1: Time Sleeping >>>>>>> "; in Run() 169 LOG(INFO, RUNTIME) << "Step2: tranverse the resolved class and methods >>>>>>> "; in Run() 172 LOG(INFO, RUNTIME) << "Step3: merge current profile file and save it back >>>>>>> "; in Run() 190 LOG(INFO, RUNTIM in CallBackTranverseResolvedClassAndMethods() [all...] |
H A D | profile_dump_info.cpp | 150 LOG(INFO, RUNTIME) << "info_it->second.checksum" << infoIt->second.checksum; in MergeWith() 151 LOG(INFO, RUNTIME) << "other_it->second.checksum" << otherIt.second.checksum; in MergeWith() 152 LOG(INFO, RUNTIME) << "Checksum mismatch" << otherIt.first; in MergeWith() 156 LOG(INFO, RUNTIME) << "All checksums match"; in MergeWith() 284 LOG(INFO, RUNTIME) << "Checksum mismatch" << pandaFileLocation; in GetOrAddProfileLineData() 313 LOG(INFO, RUNTIME) << "PandaFileKey exceeds allocated limit"; in Save() 333 LOG(INFO, RUNTIME) << "EMPTY FILE DATA, WERIED!"; in Save() 355 LOG(INFO, RUNTIME) << "Error when reading profile " << error; in Load() 370 LOG(INFO, RUNTIME) << "empty file"; in LoadInternal() 379 LOG(INFO, RUNTIM in LoadInternal() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | number_speculative_runner.cpp | 32 LOG_COMPILER(INFO) << ""; in Run() 33 LOG_COMPILER(INFO) << "\033[34m" in Run() 40 LOG_COMPILER(INFO) << "\033[34m" << "========================= End ==========================" << "\033[0m"; in Run() 50 LOG_COMPILER(INFO) << ""; in Run() 51 LOG_COMPILER(INFO) << "\033[34m" in Run() 58 LOG_COMPILER(INFO) << "\033[34m" << "========================= End ==========================" << "\033[0m"; in Run() 81 LOG_COMPILER(INFO) << ""; in Run() 82 LOG_COMPILER(INFO) << "\033[34m" in Run() 89 LOG_COMPILER(INFO) << "\033[34m" << "========================= End ==========================" << "\033[0m"; in Run() 101 LOG_COMPILER(INFO) << ""; in Run() [all...] |
H A D | loop_analysis.cpp | 25 LOG_COMPILER(INFO) << "--------------------------------- LoopInfo Start ---------------------------------"; in PrintLoop() 26 LOG_COMPILER(INFO) << "Head: " << acc_.GetId(loopInfo->loopHead); in PrintLoop() 27 LOG_COMPILER(INFO) << "Size: " << loopInfo->size; in PrintLoop() 28 LOG_COMPILER(INFO) << "MaxDepth: " << loopInfo->maxDepth; in PrintLoop() 29 LOG_COMPILER(INFO) << "Body: ["; in PrintLoop() 33 LOG_COMPILER(INFO) << "]"; in PrintLoop() 34 LOG_COMPILER(INFO) << "Exit: ["; in PrintLoop() 38 LOG_COMPILER(INFO) << "]"; in PrintLoop() 39 LOG_COMPILER(INFO) << "--------------------------------- LoopInfo End ---------------------------------"; in PrintLoop()
|
H A D | compiler_log.cpp | 115 LOG_COMPILER(INFO) << std::setw(PASS_LENS) << name_ << " " << std::setw(METHOD_LENS) in ~TimeScope() 157 LOG_COMPILER(INFO) << std::setw(PASS_LENS) << val << " Total cost time is "<< std::setw(TIME_LENS) in PrintPassTime() 177 LOG_COMPILER(INFO) << "method:" << std::setw(METHOD_LENS) << val.second in PrintMethodTime() 182 LOG_COMPILER(INFO) << "total compile time is " << std::setw(TIME_LENS) << methodTotalTime / MILLION_TIME << "ms "; in PrintMethodTime() 187 LOG_COMPILER(INFO) << " "; in PrintTime() 189 LOG_COMPILER(INFO) << " "; in PrintTime() 195 LOG_COMPILER(INFO) << " "; in PrintCompiledMethod() 196 LOG_COMPILER(INFO) << " Total number of full compiled methods is: " << compiledMethodSet_.size(); in PrintCompiledMethod() 198 LOG_COMPILER(INFO) << " method: " << std::setw(METHOD_LENS) << it->first in PrintCompiledMethod() 209 LOG_COMPILER(INFO) << " "; in PrintPGOMismatchedMethod() [all...] |
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_sample.cpp | 77 GTEST_LOG_(INFO) << "sample_primitive_IntegerRef_int============================================================="; in HWTEST_F_L0() 81 GTEST_LOG_(INFO) << "sample_primitive_IntegerRef_intValue : " << intValue; in HWTEST_F_L0() 83 GTEST_LOG_(INFO) << "sample_primitive_IntegerRef_pintObject_IsInt : " << pintObject->IsInt(); in HWTEST_F_L0() 84 GTEST_LOG_(INFO) << "sample_primitive_IntegerRef_uint============================================================"; in HWTEST_F_L0() 88 GTEST_LOG_(INFO) << "sample_primitive_uintValue : " << uintValue; in HWTEST_F_L0() 94 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_double==========================================================="; in HWTEST_F_L0() 98 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_doubleValue : " << doubleValue; in HWTEST_F_L0() 100 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_pdoubleObject_IsNumber : " << pdoubleObject->IsNumber(); in HWTEST_F_L0() 101 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_int32_t=========================================================="; in HWTEST_F_L0() 105 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_int32tValu in HWTEST_F_L0() [all...] |
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/ |
H A D | await_js_promise.js | 26 let INFO = 2; 55 msg('Await func: start', INFO); 57 msg('Await func: await returned: ' + value, INFO); 60 msg('Await func: value from await is correct!', INFO); 62 msg('Await func: end', INFO); 80 msg('Running test ' + name, INFO); 85 msg('Called testAwaitJsPromise OK, result:', INFO); 86 msg(res, INFO); 96 msg('Called doAwait OK, res: ', INFO); 97 msg(anotherRes, INFO); [all...] |
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
H A D | runtime_stat.cpp | 70 LOG_ECMA(INFO) << "panda runtime stat:"; in PrintAllStats() 73 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << "InterPreter && GC && C++ Builtin Function" in PrintAllStats() 77 LOG_ECMA(INFO) << "============================================================" in PrintAllStats() 111 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << runCallerStat.Name() in PrintAllStats() 119 LOG_ECMA(INFO) << "------------------------------------------------------------" in PrintAllStats() 121 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << "Interpreter Total Time(ns)" in PrintAllStats() 123 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << "BuiltinsApi Total Time(ns)" in PrintAllStats() 125 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << "AbstractOperation Total Time(ns)" in PrintAllStats() 127 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << "Memory Total Time(ns)" in PrintAllStats() 129 LOG_ECMA(INFO) << st in PrintAllStats() [all...] |
H A D | function_call_timer.cpp | 43 LOG_ECMA(INFO) << "EndCallTimer and StartCallTimer have different functions. Current function: " in StopCount() 84 LOG_ECMA(INFO) << "function call stat:"; in PrintAllStats() 87 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << "JS && TS Function Name" in PrintAllStats() 92 LOG_ECMA(INFO) << "=============================================================" in PrintAllStats() 111 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << stat.Name() in PrintAllStats()
|
H A D | opt_code_profiler.cpp | 38 LOG_ECMA(INFO) << "Runtime Statistics of optimized code path:"; in PrintAndReset() 42 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << "Bytecode" in PrintAndReset() 48 LOG_ECMA(INFO) << "============================================================" in PrintAndReset() 61 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::GetEcmaOpcodeStr(it->first) in PrintAndReset() 74 LOG_ECMA(INFO) << "------------------------------------------------------------" in PrintAndReset() 76 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << "Total" in PrintAndReset() 150 LOG_ECMA(INFO) << "==== methodId: " << key.GetMethodId() in FilterMethodToPrint() 166 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::GetEcmaOpcodeStr(record.GetOpCode()) in FilterMethodToPrint()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_trace.h | 101 LOG_TRACE(INFO) << std::left << std::setw(NAME_WIDTH) << name_ << std::right << std::setw(WIDTH) << id_ in Print() 144 LOG_TRACE(INFO) << "only print methods which (total time > 10 ms || count > 10) on ohos device"; in Print() 145 LOG_TRACE(INFO) << Title(); in Print() 146 LOG_TRACE(INFO) << std::setw(NAME_WIDTH + WIDTH * (TOTAL_COLUMN - PROFILE_BYTECODE_TIME_COLUMN)) << "" in Print() 148 LOG_TRACE(INFO) << std::left << std::setw(NAME_WIDTH) << "Name" << std::right << std::setw(WIDTH) << "Id" in Print() 154 LOG_TRACE(INFO) << Separator(); in Print() 155 LOG_TRACE(INFO) << std::left << std::setw(NAME_WIDTH) << "MergeBeforeSave(ms) " << mergeTime_; in Print() 156 LOG_TRACE(INFO) << std::left << std::setw(NAME_WIDTH) << "MergeWithExistAP(ms) " << mergeWithExistProfileTime_; in Print() 157 LOG_TRACE(INFO) << std::left << std::setw(NAME_WIDTH) << "SaveAndRename(ms) " << saveTime_; in Print() 158 LOG_TRACE(INFO) << Separato in Print() [all...] |
/arkcompiler/ets_runtime/compiler_service/src/ |
H A D | aot_compiler_service.cpp | 56 LOG_SA(INFO) << "aot compiler service is onStart"; in OnStart() 58 LOG_SA(INFO) << "aot compiler service has already started"; in OnStart() 62 LOG_SA(INFO) << "init aot compiler service failed"; in OnStart() 118 LOG_SA(INFO) << "aot compiler service has been onStop"; in OnStop() 177 LOG_SA(INFO) << "AotCompilerService::RegisterPowerDisconnectedListener failed"; in RegisterPowerDisconnectedListener() 180 LOG_SA(INFO) << "AotCompilerService::RegisterPowerDisconnectedListener success"; in RegisterPowerDisconnectedListener() 196 LOG_SA(INFO) << "AotCompilerService::RegisterScreenStatusSubscriber success"; in RegisterScreenStatusSubscriber() 212 LOG_SA(INFO) << "AotCompilerService::RegisterThermalMgrListener success"; in RegisterThermalMgrListener() 224 LOG_SA(INFO) << "AotCompilerService::UnRegisterPowerDisconnectedListener failed"; in UnRegisterPowerDisconnectedListener() 228 LOG_SA(INFO) << "AotCompilerServic in UnRegisterPowerDisconnectedListener() [all...] |
H A D | aot_compiler_impl.cpp | 112 LOG_SA(INFO) << "begin to drop capabilities"; in DropCapabilities() 140 LOG_SA(INFO) << "drop capabilities success"; in DropCapabilities() 157 LOG_SA(INFO) << "ark_aot_compiler argv size : " << argv.size(); in ExecuteInChildProcess() 159 LOG_SA(INFO) << arg; in ExecuteInChildProcess() 162 LOG_SA(INFO) << "begin to execute ark_aot_compiler"; in ExecuteInChildProcess() 183 LOG_SA(INFO) << RetInfoOfCompiler.at(compilerStatus).mesg; in PrintAOTCompilerResult() 201 LOG_SA(INFO) << "child process exited with status: " << exitStatus; in ExecuteInParentProcess() 237 LOG_SA(INFO) << "begin to fork"; in EcmascriptAotCompiler() 260 LOG_SA(INFO) << "AotCompilerImpl::GetAOTVersion"; in GetAOTVersion() 268 LOG_SA(INFO) << "AotCompilerImp in NeedReCompile() [all...] |
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | logger_test.cpp | 49 LOG(INFO, COMMON) << "2"; in HWTEST_F() 63 LOG(INFO, COMMON) << "b"; in HWTEST_F() 85 LOG(INFO, COMMON) << "2"; in HWTEST_F() 160 Logger::InitializeStdLogging(Logger::Level::INFO, panda::LoggerComponentMaskAll); in HWTEST_F() 166 LOG(INFO, COMMON) << "b"; in HWTEST_F() 189 LOG(INFO, COMMON) << "b"; in HWTEST_F() 209 LOG(INFO, COMMON) << "b"; in HWTEST_F() 225 Logger::InitializeStdLogging(Logger::Level::INFO, component_mask); in HWTEST_F() 232 LOG(INFO, COMMON) << "a"; in HWTEST_F() 233 LOG(INFO, COMPILE in HWTEST_F() [all...] |
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | logger_test.cpp | 41 LOG(INFO, COMMON) << "2"; in DEATH_TEST() 55 LOG(INFO, COMMON) << "b"; in DEATH_TEST() 77 LOG(INFO, COMMON) << "2"; in DEATH_TEST() 152 Logger::InitializeStdLogging(Logger::Level::INFO, ark::LOGGER_COMPONENT_MASK_ALL); in TEST() 158 LOG(INFO, COMMON) << "b"; in TEST() 181 LOG(INFO, COMMON) << "b"; in TEST() 201 LOG(INFO, COMMON) << "b"; in TEST() 217 Logger::InitializeStdLogging(Logger::Level::INFO, componentMask); in TEST() 224 LOG(INFO, COMMON) << "a"; in TEST() 225 LOG(INFO, COMPILE in TEST() [all...] |
/arkcompiler/ets_runtime/ecmascript/ |
H A D | log.cpp | 33 level = Level::INFO; in ConvertToLevel() 71 Level logLevel = Level::INFO; in ConvertFromRuntime() 78 case LOG_LEVEL::INFO: in ConvertFromRuntime() 79 logLevel = Level::INFO; in ConvertFromRuntime() 103 case Level::INFO: in LevelToString() 136 level_ = INFO; in SetLogLevelFromString() 206 case Logger::PandaLog2MobileLog::INFO: in PrintLogger() 207 LOG_ECMA(INFO) << message; in PrintLogger() 238 level_ = INFO; in Initialize() 271 PUBLIC_API AndroidLog<INFO> [all...] |
/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/clear_interrupted_intrusive_test/ |
H A D | sync_api.cpp | 25 LOG(INFO, RUNTIME) << "Point 1: Waiting for thread interruption"; in WaitForThreadInterruption() 28 LOG(INFO, RUNTIME) << "Point 3: Thread has been interrupted"; in WaitForThreadInterruption() 33 LOG(INFO, RUNTIME) << "Point 2: Interrupting thread"; in NotifyAboutThreadInterruption()
|
/arkcompiler/runtime_core/static_core/verification/cache/ |
H A D | results_cache.cpp | 61 LOG(INFO, VERIFIER) << "Cannot open verification cache file '" << filename << "'"; in Initialize() 67 LOG(INFO, VERIFIER) << "Cannot get verification cache file size"; in Initialize() 79 LOG(INFO, VERIFIER) << "Cannot read verification cache data"; in Initialize() 107 LOG(INFO, VERIFIER) << "Cannot open verification cache file '" << impl_->filename << "'"; in Destroy() 111 LOG(INFO, VERIFIER) << "Cannot clear verification cache file '" << impl_->filename << "'"; in Destroy() 116 LOG(INFO, VERIFIER) << "Cannot write to verification cache file '" << impl_->filename << "'"; in Destroy()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | gc_stats.cpp | 33 LOG_GC(INFO) << "/******************* GCStats statistic: *******************/"; in PrintStatisticResult() 46 LOG_GC(INFO) << " [ " << GetGCTypeName() << " ] " in PrintGCStatistic() 54 LOG_GC(INFO) << "IsInBackground: " << heap_->IsInBackground() << "; " in PrintGCStatistic() 115 LOG_GC(INFO) << "/****************** GC Memory statistic: *****************/"; in PrintGCMemoryStatistic() 116 LOG_GC(INFO) << "AllSpaces used:" in PrintGCMemoryStatistic() 157 LOG_GC(INFO) << STATS_DESCRIPTION_FORMAT("Anno memory usage size:") in PrintGCMemoryStatistic() 177 LOG_GC(INFO) << STATS_DESCRIPTION_FORMAT("Eden copied rate:") << STATS_DATA_FORMAT(copiedRate) << "\n" in PrintGCMemoryStatistic() 188 LOG_GC(INFO) << STATS_DESCRIPTION_FORMAT("Young copied rate:") << STATS_DATA_FORMAT(copiedRate) << "\n" in PrintGCMemoryStatistic() 194 LOG_GC(INFO) << STATS_DESCRIPTION_FORMAT("Heap alive rate:") in PrintGCMemoryStatistic() 200 LOG_GC(INFO) << STATS_DESCRIPTION_FORMA in PrintGCMemoryStatistic() [all...] |
H A D | idle_gc_trigger.cpp | 151 LOG_GC(INFO) << "IdleGCTrigger: post once " << GetGCTypeName(gcType) << " on idleTime"; in PostIdleGCTask() 170 LOG_GC(INFO) << "IdleGCTrigger: trigger " << GetGCTypeName(gcType); in TryTriggerIdleGC() 173 LOG_GC(INFO) << "IdleGCTrigger: trigger young gc"; in TryTriggerIdleGC() 180 LOG_GC(INFO) << "IdleGCTrigger: trigger " << GetGCTypeName(gcType); in TryTriggerIdleGC() 186 LOG_GC(INFO) << "IdleGCTrigger: trigger " << GetGCTypeName(gcType); in TryTriggerIdleGC() 192 LOG_GC(INFO) << "IdleGCTrigger: trigger " << GetGCTypeName(gcType); in TryTriggerIdleGC() 198 LOG_GC(INFO) << "IdleGCTrigger: trigger " << GetGCTypeName(gcType); in TryTriggerIdleGC()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | logger.h | 73 #define INTEROP_LOG_INFO(msg) TS2ETS_LOGGER(INFO, msg) 74 #define INTEROP_LOG_INFO_A(msg, ...) TS2ETS_LOGGER(INFO, msg, __VA_ARGS__) 75 #define INTEROP_LOG_ERROR(msg) TS2ETS_LOGGER(INFO, msg) 76 #define INTEROP_LOG_ERROR_A(msg, ...) TS2ETS_LOGGER(INFO, msg, __VA_ARGS__)
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
H A D | os.cpp | 58 LOG_ECMA(INFO) << "Bind Small Core in windows not support"; in BindSmallCpuCore() 63 LOG_ECMA(INFO) << "Bind Mid Core in windows not support"; in BindMidCpuCore() 74 LOG_ECMA(INFO) << "Set Security Label in windows not support"; in SetSecurityLabel()
|
H A D | file.cpp | 138 LOG_ECMA(INFO) << "Don't used fileName:" << fileName << " flag:" << flag in FileMapForAlignAddress() 187 LOG_ECMA(INFO) << "Unsupport LoadLib"; in LoadLib() 193 LOG_ECMA(INFO) << "Unsupport FindSymbol"; in FindSymbol() 199 LOG_ECMA(INFO) << "Unsupport CloseLib"; in CloseLib() 205 LOG_ECMA(INFO) << "Unsupport LoadLibError"; in LoadLibError()
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
H A D | inspector_server.cpp | 145 case ConsoleCallType::INFO: in CallRuntimeConsoleApiCalled() 224 LOG(INFO, DEBUGGER) << location.Error(); in OnCallDebuggerContinueToLocation() 242 LOG(INFO, DEBUGGER) << start.Error(); in OnCallDebuggerGetPossibleBreakpoints() 251 LOG(INFO, DEBUGGER) << "Script ids don't match"; in OnCallDebuggerGetPossibleBreakpoints() 283 LOG(INFO, DEBUGGER) << scriptId.Error(); in OnCallDebuggerGetScriptSource() 303 LOG(INFO, DEBUGGER) << breakpointId.Error(); in OnCallDebuggerRemoveBreakpoint() 317 LOG(INFO, DEBUGGER) << frameId.Error(); in OnCallDebuggerRestartFrame() 345 LOG(INFO, DEBUGGER) << location.Error(); in OnCallDebuggerSetBreakpoint() 358 LOG(INFO, DEBUGGER) << "Failed to set breakpoint"; in OnCallDebuggerSetBreakpoint() 378 LOG(INFO, DEBUGGE in OnCallDebuggerSetBreakpointByUrl() [all...] |
/arkcompiler/ets_runtime/ecmascript/platform/unix/ |
H A D | aot_crash_info.cpp | 77 LOG_ECMA(INFO) << "Stop load AOT because it's not in enable list"; in IsAotEscapedOrNotInEnableList() 81 LOG_ECMA(INFO) << "Stop load AOT because there are more crashes"; in IsAotEscapedOrNotInEnableList() 97 LOG_ECMA(INFO) << "Aot has compile success once or escaped."; in IsAotEscapedOrCompiledOnce() 102 LOG_ECMA(INFO) << "Aot has escaped"; in IsAotEscapedOrCompiledOnce() 117 LOG_ECMA(INFO) << "Aot has compile success once or escaped."; in SetOptionPGOProfiler()
|