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:DDR
(Results
1 - 5
of
5
) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/include/
H
A
D
DDR.h
20
class
DDR
: public SpProfiler {
class
23
static
DDR
&GetInstance()
in GetInstance()
25
static
DDR
instance;
in GetInstance()
32
DDR
() {};
in DDR()
function in OHOS::SmartPerf::DDR
33
DDR
(const
DDR
&);
34
DDR
&operator = (const
DDR
&);
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H
A
D
ddr_test.cpp
16
#include "
DDR
.h"
37
DDR
&ddr =
DDR
::GetInstance();
in HWTEST_F()
38
std::map<std::string, std::string> result =
DDR
::GetInstance().ItemData();
in HWTEST_F()
/developtools/profiler/host/smartperf/client/client_command/
H
A
D
DDR.cpp
16
#include "include/
DDR
.h"
20
std::map<std::string, std::string>
DDR
::ItemData()
in ItemData()
27
LOGI("
DDR
::ItemData map size(%u)", result.size());
in ItemData()
30
long long
DDR
::GetDdrFreq()
in GetDdrFreq()
42
void
DDR
::SetRkFlag()
in SetRkFlag()
H
A
D
sp_profiler_factory.cpp
17
#include "include/
DDR
.h"
53
profiler = &
DDR
::GetInstance();
in GetProfilerItem()
192
profiler = &
DDR
::GetInstance();
in GetCmdProfilerItem()
H
A
D
sp_utils.cpp
37
#include "include/
DDR
.h"
707
OHOS::SmartPerf::
DDR
::GetInstance().SetRkFlag();
in SetRkFlag()
Completed in 3 milliseconds