Home
last modified time | relevance | path

Searched refs:traceme (Results 1 – 25 of 53) sorted by relevance

123

/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dhost_tracer_test.cc89 { TraceMe traceme("hello"); } in TEST() local
90 { TraceMe traceme("world"); } in TEST() local
91 { TraceMe traceme("contains#inside"); } in TEST() local
92 { TraceMe traceme("good#key1=value1#"); } in TEST() local
93 { TraceMe traceme("morning#key1=value1,key2=value2#"); } in TEST() local
94 { TraceMe traceme("incomplete#key1=value1,key2#"); } in TEST() local
134 { TraceMe traceme("hello"); } in TEST() local
135 { TraceMe traceme("world"); } in TEST() local
136 { TraceMe traceme("contains#inside"); } in TEST() local
137 { TraceMe traceme("good#key1=value1#"); } in TEST() local
[all …]
/external/tensorflow/tensorflow/core/profiler/lib/
DBUILD129 actual = ":traceme",
134 name = "traceme",
135 hdrs = ["traceme.h"],
176 ":traceme",
188 ":traceme",
245 "traceme.h",
/external/tensorflow/tensorflow/core/kernels/batching_util/
DBUILD53 "//tensorflow/core/profiler/lib:traceme",
88 "//tensorflow/core/profiler/lib:traceme",
100 "//tensorflow/core/profiler/lib:traceme",
256 "//tensorflow/core/profiler/lib:traceme",
/external/tensorflow/tensorflow/python/framework/
Dmemory_checker.py22 from tensorflow.python.profiler.traceme import TraceMe
23 from tensorflow.python.profiler.traceme import traceme_wrapper
Dpython_memory_checker.py30 from tensorflow.python.profiler.traceme import traceme_wrapper
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.cc177 tensorflow::profiler::TraceMe traceme("PyTpuBuffer::FromLiterals"); in FromLiterals() local
345 tensorflow::profiler::TraceMe traceme("PyTpuBuffer::ToLiteral"); in ToLiteral() local
367 tensorflow::profiler::TraceMe traceme("PyTpuBuffer::DestructureTuple"); in DestructureTuple() local
392 tensorflow::profiler::TraceMe traceme("PyTpuBuffer::CopyToDevice"); in CopyToDevice() local
429 tensorflow::profiler::TraceMe traceme("PyTpuBuffer::BlockHostUntilReady"); in BlockHostUntilReady() local
442 tensorflow::profiler::TraceMe traceme("PyTpuBuffer::AllocateBuffer"); in AllocateBuffer() local
474 tensorflow::profiler::TraceMe traceme("PyTpuBuffer::CreateBuffer"); in CreateBuffer() local
551 tensorflow::profiler::TraceMe traceme("PyTpuExecutable::Execute"); in ExecuteHelper() local
669 tensorflow::profiler::TraceMe traceme( in ExecuteOnLocalDevices() local
799 tensorflow::profiler::TraceMe traceme("PyTpuExecutable::Compile"); in Compile() local
DBUILD42 "//tensorflow/core/profiler/lib:traceme",
/external/tensorflow/tensorflow/core/nccl/
DBUILD51 "//tensorflow/core/profiler/lib:traceme",
99 "//tensorflow/core/profiler/lib:traceme",
Dnccl_manager.cc615 tensorflow::profiler::TraceMeProducer traceme("Schedule Collective"); in RunCollective() local
616 collective->trace_context = traceme.GetContextId(); in RunCollective()
727 tensorflow::profiler::TraceMeConsumer traceme("Run Collective", in LoopKernelLaunches() local
746 profiler::AnnotatedTraceMe traceme([&] { in LoopKernelLaunches() local
783 profiler::AnnotatedTraceMe traceme([&] { in LoopKernelLaunches() local
799 profiler::AnnotatedTraceMe traceme([&] { in LoopKernelLaunches() local
821 profiler::AnnotatedTraceMe traceme([&] { in LoopKernelLaunches() local
/external/rust/crates/nix/test/sys/
Dtest_ptrace.rs88 ptrace::traceme().unwrap(); in test_ptrace_cont()
139 ptrace::traceme().unwrap(); in test_ptrace_syscall()
Dtest_wait.rs73 ptrace::traceme().unwrap(); in ptrace_child()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
DBUILD176 "//tensorflow/core/profiler/lib:traceme",
346 "//tensorflow/core/profiler/lib:traceme",
401 "//tensorflow/core/profiler/lib:traceme",
435 "//tensorflow/core/profiler/lib:traceme",
587 "//tensorflow/core/profiler/lib:traceme",
624 "//tensorflow/core/profiler/lib:traceme",
/external/tensorflow/tensorflow/core/common_runtime/eager/
DBUILD330 "//tensorflow/core/profiler/lib:traceme",
365 "//tensorflow/core/profiler/lib:traceme",
433 "//tensorflow/core/profiler/lib:traceme",
519 "//tensorflow/core/profiler/lib:traceme",
641 "//tensorflow/core/profiler/lib:traceme",
/external/tensorflow/tensorflow/python/profiler/
DBUILD238 name = "traceme",
239 srcs = ["traceme.py"],
/external/tensorflow/tensorflow/core/tpu/kernels/
DBUILD235 "//tensorflow/core/profiler/lib:traceme",
345 "//tensorflow/core/profiler/lib:traceme",
377 "//tensorflow/core/profiler/lib:traceme",
706 "//tensorflow/core/profiler/lib:traceme",
780 "//tensorflow/core/profiler/lib:traceme",
802 "//tensorflow/core/profiler/lib:traceme",
/external/tensorflow/tensorflow/compiler/jit/kernels/
DBUILD38 "//tensorflow/core/profiler/lib:traceme",
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
DBUILD129 "//tensorflow/core/profiler/lib:traceme",
209 "//tensorflow/core/profiler/lib:traceme",
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
DBUILD60 "//tensorflow/core/profiler/lib:traceme",
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc957 profiler::TraceMe* traceme) { in RecordElementSize() argument
958 traceme->AppendMetadata([&]() { in RecordElementSize()
968 profiler::TraceMe traceme( in DoCompute() local
998 RecordElementSize(components, &traceme); in DoCompute()
1006 profiler::TraceMe traceme( in DoCompute() local
1026 RecordElementSize(components, &traceme); in DoCompute()
DBUILD126 "//tensorflow/core/profiler/lib:traceme",
465 "//tensorflow/core/profiler/lib:traceme",
703 "//tensorflow/core/profiler/lib:traceme",
747 "//tensorflow/core/profiler/lib:traceme",
793 "//tensorflow/core/profiler/lib:traceme",
859 "//tensorflow/core/profiler/lib:traceme",
/external/rust/crates/nix/src/sys/ptrace/
Dbsd.rs75 pub fn traceme() -> Result<()> { in traceme() function
/external/tensorflow/tensorflow/compiler/xrt/
DBUILD97 "//tensorflow/core/profiler/lib:traceme",
/external/tensorflow/tensorflow/core/platform/cloud/
DBUILD107 "//tensorflow/core/profiler/lib:traceme",
144 "//tensorflow/core/profiler/lib:traceme",
/external/tensorflow/tensorflow/core/common_runtime/
DBUILD300 "//tensorflow/core/profiler/lib:traceme",
660 "//tensorflow/core/profiler/lib:traceme",
835 "//tensorflow/core/profiler/lib:traceme",
872 "//tensorflow/core/profiler/lib:traceme",
1141 "//tensorflow/core/profiler/lib:traceme",
1256 "//tensorflow/core/profiler/lib:traceme",
1351 "//tensorflow/core/profiler/lib:traceme",
1373 "//tensorflow/core/profiler/lib:traceme",
1469 "//tensorflow/core/profiler/lib:traceme",
1700 "//tensorflow/core/profiler/lib:traceme",
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc651 tensorflow::profiler::TraceMe traceme( in BufferFromHostBuffer() local
837 tensorflow::profiler::TraceMe traceme( in CreateUninitializedBuffer() local
861 tensorflow::profiler::TraceMe traceme( in BufferFromHostLiteral() local
1356 tensorflow::profiler::TraceMe traceme( in CopyToDevice() local
1437 tensorflow::profiler::TraceMe traceme( in BlockHostUntilReady() local
1880 tensorflow::profiler::TraceMe traceme("LocalExecutable::Execute"); in ExecuteHelper() local
2117 tensorflow::profiler::TraceMe traceme("PjRtStreamExecutorClient::Compile"); in Compile() local

123