OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:traces_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/hprof/
hprof.cc
633
auto result =
traces_
.find(trace);
634
CHECK(result !=
traces_
.end());
694
for (const auto& it :
traces_
) {
856
auto traces_result =
traces_
.find(trace);
857
if (traces_result ==
traces_
.end()) {
858
traces_
.emplace(trace, next_trace_sn++);
869
CHECK_EQ(
traces_
.size(), next_trace_sn - kHprofNullStackTrace - 1);
898
gc::EqAllocRecordTypesPtr<gc::AllocRecordStackTrace>>
traces_
;
member in class:art::hprof::Hprof
[
all
...]
/external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node.h
73
traces_
.reserve(def.traces_size());
75
traces_
.emplace_back(&t, id_to_string);
80
const std::vector<Trace>& traces() const { return
traces_
; }
83
std::vector<Trace>
traces_
;
member in class:tensorflow::tfprof::CallStack
Completed in 199 milliseconds