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:performanceInfo_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimodalinput/input/intention/cooperate/client/src/
H
A
D
cooperate_client.cpp
500
size_t durationLen =
performanceInfo_
.durationList.size();
in GetFirstSuccessIndex()
502
if (
performanceInfo_
.durationList[i] != FAILURE_DURATION) {
in GetFirstSuccessIndex()
503
performanceInfo_
.successNum = 1;
in GetFirstSuccessIndex()
514
performanceInfo_
.traces_.emplace(userData, std::chrono::steady_clock::now());
in StartTrace()
515
performanceInfo_
.activateNum += 1;
in StartTrace()
524
if (auto iter =
performanceInfo_
.traces_.find(userData); iter !=
performanceInfo_
.traces_.end()) {
in FinishTrace()
528
performanceInfo_
.traces_.erase(iter);
in FinishTrace()
529
performanceInfo_
.durationList.push_back(curDuration);
in FinishTrace()
535
performanceInfo_
in FinishTrace()
[all...]
/foundation/arkui/ace_engine/frameworks/base/log/
H
A
D
ace_performance_check.cpp
39
std::unique_ptr<JsonValue> AcePerformanceCheck::
performanceInfo_
= nullptr;
46
performanceInfo_
= JsonUtil::Create(true);
in Start()
52
if (
performanceInfo_
) {
in Stop()
54
auto info =
performanceInfo_
->ToString();
in Stop()
63
performanceInfo_
.reset(nullptr);
in Stop()
82
if (AcePerformanceCheck::
performanceInfo_
) {
in ~AceScopedPerformanceCheck()
92
CHECK_NULL_RETURN(AcePerformanceCheck::
performanceInfo_
, false);
in CheckIsRuleContainsPage()
93
if (!AcePerformanceCheck::
performanceInfo_
->Contains(ruleType)) {
in CheckIsRuleContainsPage()
94
AcePerformanceCheck::
performanceInfo_
->Put(ruleType.c_str(), JsonUtil::CreateArray(true));
in CheckIsRuleContainsPage()
97
auto ruleJson = AcePerformanceCheck::
performanceInfo_
in CheckIsRuleContainsPage()
[all...]
H
A
D
ace_performance_check.h
61
static std::unique_ptr<JsonValue>
performanceInfo_
;
member in OHOS::Ace::final
/foundation/multimodalinput/input/intention/cooperate/client/include/
H
A
D
cooperate_client.h
130
PerformanceInfo
performanceInfo_
;
member in OHOS::Msdp::DeviceStatus::final
Completed in 3 milliseconds