#include <base/Profiler.h>
Inherits Profiler::IOTask.
|
| IOWriteTask (const char *name, const uint8 *_buffer=nullptr) noexcept |
|
void | setBuffer (const uint8 *_buffer) noexcept |
|
void | onBytesWritten (unsigned int _bytesWritten) noexcept |
|
unsigned int | getBytesWritten () const noexcept |
|
| ~IOWriteTask () noexcept |
|
| IOTask (const char *name, const char *cat=CAT_IO) noexcept |
|
| Task (const char *_name, const char *_cat=nullptr) noexcept |
|
| ~Task () noexcept |
|
◆ IOWriteTask()
Profiler::IOWriteTask::IOWriteTask |
( |
const char * |
name, |
|
|
const uint8 * |
_buffer = nullptr |
|
) |
| |
|
inlinenoexcept |
◆ ~IOWriteTask()
Profiler::IOWriteTask::~IOWriteTask |
( |
| ) |
|
|
inlinenoexcept |
◆ getBytesWritten()
unsigned int Profiler::IOWriteTask::getBytesWritten |
( |
| ) |
const |
|
inlinenoexcept |
Returns the bytes written.
◆ onBytesWritten()
void Profiler::IOWriteTask::onBytesWritten |
( |
unsigned int |
_bytesWritten | ) |
|
|
inlinenoexcept |
◆ setBuffer()
void Profiler::IOWriteTask::setBuffer |
( |
const uint8 * |
_buffer | ) |
|
|
inlinenoexcept |