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:ScopedBytrace
(Results
1 - 12
of
12
) sorted by relevance
/foundation/graphic/graphic_2d/utils/scoped_bytrace/src/
H
A
D
scoped_bytrace.cpp
22
ScopedBytrace
::
ScopedBytrace
(const std::string &proc) : proc_(proc)
in ScopedBytrace()
function in ScopedBytrace
28
ScopedBytrace
::~
ScopedBytrace
()
in ~ScopedBytrace()
35
void
ScopedBytrace
::End()
in End()
/foundation/graphic/graphic_2d/utils/scoped_bytrace/export/
H
A
D
scoped_bytrace.h
21
class
ScopedBytrace
{
class
23
ScopedBytrace
(const std::string &proc);
24
~
ScopedBytrace
();
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H
A
D
pixel_map_from_surface.cpp
139
ScopedBytrace
trace(__func__);
in GetSkSurfaceFromSurfaceBuffer()
324
ScopedBytrace
trace(__func__);
in CreateForGL()
373
ScopedBytrace
trace1(__func__);
in DrawImageRectVK()
412
ScopedBytrace
trace2("FlushAndSubmit");
in DrawImageRectVK()
424
ScopedBytrace
trace(__func__);
in CreateDrawingImage()
470
ScopedBytrace
trace(__func__);
in CreateForVK()
519
ScopedBytrace
trace(__func__);
in GetNativeWindowBufferFromSurface()
556
ScopedBytrace
trace(__func__);
in CreateEGLImage()
591
ScopedBytrace
trace1(__func__);
in DrawImage()
625
ScopedBytrace
trace
in DrawImage()
[all...]
/foundation/graphic/graphic_2d/utils/socketpair/src/
H
A
D
local_socketpair.cpp
97
ScopedBytrace
func("Create socketpair failed, errno = " + std::to_string(errno));
in CreateChannel()
107
ScopedBytrace
func2("Create socketpair failed for the second time, errno = " + std::to_string(errno));
in CreateChannel()
144
ScopedBytrace
func("SocketPair SendData failed, errno = " + std::to_string(errnoRecord) +
in SendData()
169
ScopedBytrace
func("SocketPair ReceiveData failed errno = " + std::to_string(errno) +
in ReceiveData()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H
A
D
vsync_generator.cpp
195
ScopedBytrace
func("VSyncGenerator: period not valid");
in ThreadLoop()
204
ScopedBytrace
func("VSyncGenerator: there has no listener");
in ThreadLoop()
211
ScopedBytrace
func("VSyncGenerator: LTPO mode change");
in ThreadLoop()
242
ScopedBytrace
func("VSyncGenerator::ThreadLoop::Continue");
in WaitForTimeout()
364
ScopedBytrace
trace("frameRateChanging_ = true");
in UpdateChangeDataLocked()
556
ScopedBytrace
func("AddListener");
in AddListener()
656
ScopedBytrace
trace("it's not ltpo mode.");
in ChangeGeneratorRefreshRateModel()
660
ScopedBytrace
trace("pulse is not ready!!!");
in ChangeGeneratorRefreshRateModel()
807
ScopedBytrace
forceEnd("frameRateChanging_ = false, forceEnd");
in PeriodCheckLocked()
852
ScopedBytrace
changeEn
in CheckAndUpdateReferenceTime()
[all...]
H
A
D
vsync_sampler.cpp
82
ScopedBytrace
func("BeginSample");
in BeginSample()
91
ScopedBytrace
func("ClearAllSamples");
in ClearAllSamples()
H
A
D
vsync_distributor.cpp
199
ScopedBytrace
failed("failed");
in PostEvent()
430
ScopedBytrace
func(name_ + "_EnableVsync");
in WaitForVsyncOrRequest()
544
ScopedBytrace
func("NoAccumulateInVsync");
in PostVSyncEventPreProcess()
736
ScopedBytrace
func(name_ + "_DisableVsync");
in CheckNeedDisableDvsync()
925
ScopedBytrace
func(connection->info_.name_ + "_RequestNextVSync");
in RequestNextVSync()
1153
ScopedBytrace
trace("SetFrameIsRender:" + std::to_string(isRender));
in SetFrameIsRender()
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H
A
D
swapchain_layer.cpp
427
ScopedBytrace
trace(__func__);
474
ScopedBytrace
trace(__func__);
823
ScopedBytrace
trace(__func__);
in CreateImages()
876
ScopedBytrace
trace(__func__);
in DestroySwapchainInternal()
903
ScopedBytrace
trace(__func__);
in CreateSwapchainKHR()
957
ScopedBytrace
trace(__func__);
in DestroySwapchainKHR()
986
ScopedBytrace
trace(__func__);
in AcquireNextImageKHR()
1114
ScopedBytrace
trace(__func__);
in ReleaseImage()
1147
ScopedBytrace
trace(__func__);
in FlushBuffer()
1211
ScopedBytrace
trac
in QueuePresentKHR()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H
A
D
hdi_output.cpp
359
ScopedBytrace
doClientCompositionDirectlyTag("DoClientCompositionDirectly");
in PreProcessLayersComp()
720
ScopedBytrace
func("HdiOutput::StartVSyncSampler, forceReSample:" + std::to_string(forceReSample));
in StartVSyncSampler()
722
ScopedBytrace
func("disabled vsyncSample");
in StartVSyncSampler()
741
ScopedBytrace
func("VSyncSampler::SetPendingMode period:" + std::to_string(period) +
in SetPendingMode()
H
A
D
hdi_screen.cpp
54
ScopedBytrace
onVsyncTrace("HdiScreen::OnVsync_" + std::to_string((ns)));
in OnVsync()
H
A
D
hdi_device_impl.cpp
131
ScopedBytrace
trace("SetScreenVsyncEnabled, screenId:" + std::to_string(screenId) +
in SetScreenVsyncEnabled()
386
ScopedBytrace
bytrace(__func__);
in Commit()
403
ScopedBytrace
bytrace(__func__);
in CommitAndGetReleaseFence()
H
A
D
hdi_backend.cpp
186
ScopedBytrace
bytrace(__func__);
in Repaint()
Completed in 13 milliseconds