#include <gpu_tracer_vk.h>
Definition at line 89 of file gpu_tracer_vk.h.
◆ GPUProbe() [1/2]
| impeller::GPUProbe::GPUProbe |
( |
const std::weak_ptr< GPUTracerVK > & |
tracer | ) |
|
|
explicit |
◆ GPUProbe() [2/2]
| impeller::GPUProbe::GPUProbe |
( |
GPUProbe && |
| ) |
|
|
delete |
◆ ~GPUProbe()
| impeller::GPUProbe::~GPUProbe |
( |
| ) |
|
Definition at line 185 of file gpu_tracer_vk.cc.
186 if (!index_.has_value()) {
189 auto tracer = tracer_.lock();
193 tracer->OnFenceComplete(index_.value());
◆ operator=()
◆ RecordCmdBufferEnd()
| void impeller::GPUProbe::RecordCmdBufferEnd |
( |
const vk::CommandBuffer & |
buffer | ) |
|
Record a timestamp query into the provided cmd buffer to record end time.
Definition at line 204 of file gpu_tracer_vk.cc.
205 auto tracer = tracer_.lock();
209 tracer->RecordCmdBufferEnd(buffer, *
this);
◆ RecordCmdBufferStart()
| void impeller::GPUProbe::RecordCmdBufferStart |
( |
const vk::CommandBuffer & |
buffer | ) |
|
Record a timestamp query into the provided cmd buffer to record start time.
Definition at line 196 of file gpu_tracer_vk.cc.
197 auto tracer = tracer_.lock();
201 tracer->RecordCmdBufferStart(buffer, *
this);
◆ GPUTracerVK
The documentation for this class was generated from the following files: