mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Optimize logging via logs::channel
Use constant-initialized severity subobjects instead of temporaries
This commit is contained in:
parent
b94e98aed5
commit
ed8aa774bb
3 changed files with 15 additions and 19 deletions
|
@ -239,7 +239,7 @@ void logs::listener::add(logs::listener* _new)
|
|||
}
|
||||
}
|
||||
|
||||
void logs::message::broadcast(const char* fmt, const fmt_type_info* sup, const u64* args)
|
||||
void logs::message::broadcast(const char* fmt, const fmt_type_info* sup, const u64* args) const
|
||||
{
|
||||
// Get timestamp
|
||||
const u64 stamp = get_stamp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue