#include <base/Profiler.h>
Inherits Profiler::IOTask.
|
| IOReadTask (const char *name, const uint8 *_buffer=nullptr) noexcept |
|
void | setBuffer (const uint8 *_buffer) noexcept |
|
void | onBytesRead (unsigned int _bytesRead) noexcept |
|
unsigned int | getBytesRead () const noexcept |
|
| ~IOReadTask () noexcept |
|
| IOTask (const char *name, const char *cat=CAT_IO) noexcept |
|
| Task (const char *_name, const char *_cat=nullptr) noexcept |
|
| ~Task () noexcept |
|
◆ IOReadTask()
Profiler::IOReadTask::IOReadTask |
( |
const char * |
name, |
|
|
const uint8 * |
_buffer = nullptr |
|
) |
| |
|
inlinenoexcept |
◆ ~IOReadTask()
Profiler::IOReadTask::~IOReadTask |
( |
| ) |
|
|
inlinenoexcept |
◆ getBytesRead()
unsigned int Profiler::IOReadTask::getBytesRead |
( |
| ) |
const |
|
inlinenoexcept |
◆ onBytesRead()
void Profiler::IOReadTask::onBytesRead |
( |
unsigned int |
_bytesRead | ) |
|
|
inlinenoexcept |
◆ setBuffer()
void Profiler::IOReadTask::setBuffer |
( |
const uint8 * |
_buffer | ) |
|
|
inlinenoexcept |