Home
last modified time | relevance | path

Searched refs:tname (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/
H A Dffrt_trace_recover.py51 def make_costart_fake_log(mark, pid, label, gid, tid, tname, prio):
58 tname, tid, pid, cpu_id, timestamp, tname, tid, prio, label, pid, gid, prio)
63 def make_coyield_fake_log(mark, pid, label, gid, tid, tname, prio):
70 label, pid, gid, pid, cpu_id, timestamp, label, pid, gid, prio, tname, tid, prio)
154 tname = log[log.index("prev_comm="):].split("prev_pid=")[0].split('=')[-1].rstrip()
157 ffrt_pids[pid][tid] = {"name": tname, "logs": []}
240 tname = info["name"]
262 tid, tname, prio)
266 tname, ti
[all...]
H A Dffrt_trace_process.py473 tname = tnames[i]
474 ttype = "worker" if any([k in tname for k in WORKER_KEY]) else "non-worker"
477 data["thread"][ttype]["S"][tname] = {
487 if tname not in data["thread"][ttype]["T"].keys():
488 data["thread"][ttype]["T"][tname] = 0
489 data["thread"][ttype]["T"][tname] += duration
544 for tname in data["thread"]["worker"]["S"].keys():
546 os.open("%s/%s.txt" % (out_dir, tname.replace("/", "_")), os.O_WRONLY | os.O_CREAT | os.O_EXCL,
548 statistics = data["thread"]["worker"]["S"][tname]["statistics"]
552 switch = data["thread"]["worker"]["S"][tname]["statistic
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp1267 bool CacheNode(const char* const tname, const SCENE_NS::INode::Ptr& node, in CacheNode() argument
1291 SCENE_PLUGIN_VERBOSE_LOG("Updating cached reference of %s: %s", tname, uri.c_str()); in CacheNode()
1299 SCENE_PLUGIN_VERBOSE_LOG("Caching reference of %s: %s", tname, uri.c_str()); in CacheNode()

Completed in 4 milliseconds