mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Logging speed improvements.
We now use Google's replacement functions for slow printf-based num-to-ascii conversion.
This commit is contained in:
parent
3ecd872291
commit
8aaccf1c95
8 changed files with 426 additions and 9 deletions
|
@ -120,6 +120,8 @@ public:
|
|||
|
||||
int Len() const { return offset; }
|
||||
|
||||
void Clear();
|
||||
|
||||
protected:
|
||||
void Indent();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue