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:unbatchedStats
(Results
1 - 1
of
1
) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/performance/
H
A
D
es2pDrawCallBatchingTests.cpp
877
Statistics
unbatchedStats
= calculateStats(m_unbatchedSamplesUs);
in iterate()
local
881
log << TestLog::Message << "Unbatched samples; Count: " << m_unbatchedSamplesUs.size() << ", Mean: " <<
unbatchedStats
.mean << "us, Standard deviation: " <<
unbatchedStats
.standardDeviation << "us, Standard error of mean: " <<
unbatchedStats
.standardErrorOfMean << "us(" << (
unbatchedStats
.standardErrorOfMean/
unbatchedStats
.mean) << ")" << TestLog::EndMessage;
in iterate()
883
if (m_sampleIteration > 2 || (m_sampleIteration > 0 && (
unbatchedStats
.standardErrorOfMean/
unbatchedStats
.mean) + (batchedStats.standardErrorOfMean/batchedStats.mean) <= 2.0 * limitSEM))
in iterate()
889
log << TestLog::Message << "Batched/Unbatched ratio: " << (batchedStats.mean /
unbatchedStats
.mean) << TestLog::EndMessage;
in iterate()
891
m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::floatToString((float)(batchedStats.mean/
unbatchedStats
in iterate()
[all...]
Completed in 2 milliseconds