#include <gpu_tracer_vk.h>
Definition at line 101 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 225 of file gpu_tracer_vk.cc.
226 if (!index_.has_value()) {
229 auto tracer = tracer_.lock();
233 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 244 of file gpu_tracer_vk.cc.
245 auto tracer = tracer_.lock();
249 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 236 of file gpu_tracer_vk.cc.
237 auto tracer = tracer_.lock();
241 tracer->RecordCmdBufferStart(buffer, *
this);
◆ GPUTracerVK
The documentation for this class was generated from the following files: