Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ScopedTrace
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hcodec_dfx.h
21
struct
ScopedTrace
{
struct
22
explicit
ScopedTrace
(const std::string &value);
23
~
ScopedTrace
();
25
#define SCOPED_TRACE()
ScopedTrace
trace("hcodec" + compUniqueStr_ + __func__)
26
#define SCOPED_TRACE_WITH_ID(id)
ScopedTrace
trace("hcodec" + compUniqueStr_ + __func__ + std::to_string(id))
H
A
D
hcodec_dfx.cpp
27
ScopedTrace
::
ScopedTrace
(const std::string &value)
in ScopedTrace()
function in OHOS::MediaAVCodec::ScopedTrace
32
ScopedTrace
::~
ScopedTrace
()
in ~ScopedTrace()
H
A
D
hdecoder.cpp
796
ScopedTrace
tracePoint("requested:" + std::to_string(item.buffer->GetSeqNum()));
in OnGetBufferFromSurface()
/foundation/graphic/graphic_2d/utils/log/
H
A
D
rs_trace_crossplatform.h
23
#define RS_TRACE_NAME(name) OHOS::Rosen::
ScopedTrace
___tracer(name)
36
class
ScopedTrace
{
class
38
explicit
ScopedTrace
(const char *name);
40
explicit
ScopedTrace
(std::string name);
42
~
ScopedTrace
();
/foundation/ai/neural_network_runtime/common/
H
A
D
scoped_trace.h
22
#define NNRT_TRACE_NAME(name)
ScopedTrace
___tracer(name)
25
class
ScopedTrace
{
class
27
inline
ScopedTrace
(const std::string& name)
in ScopedTrace()
function in OHOS::NeuralNetworkRuntime::ScopedTrace
36
inline ~
ScopedTrace
()
in ~ScopedTrace()
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/
H
A
D
trace.h
24
class
ScopedTrace
;
52
class
ScopedTrace
{
class
54
ScopedTrace
(const std::string &proc)
in ScopedTrace()
function in OHOS::Rosen::TextEngine::ScopedTrace
61
~
ScopedTrace
()
in ~ScopedTrace()
/foundation/resourceschedule/ffrt/src/dfx/trace/
H
A
D
ffrt_trace.cpp
43
ScopedTrace
::
ScopedTrace
(uint64_t level, const char* name)
in ScopedTrace()
function in ffrt::ScopedTrace
52
ScopedTrace
::~
ScopedTrace
()
in ~ScopedTrace()
H
A
D
ffrt_trace.h
57
class
ScopedTrace
{
class
59
ScopedTrace
(uint64_t level, const char* name);
60
~
ScopedTrace
();
224
#define FFRT_TRACE_SCOPE(level, tag) ffrt::
ScopedTrace
___tracer##tag(level, #tag)
Completed in 5 milliseconds