mirror of
https://github.com/falcosecurity/falco.git
synced 2026-05-11 05:05:31 +00:00
new(tests): profiler tests bootstrap
Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
@@ -64,7 +64,7 @@ struct profiler
|
||||
{
|
||||
uint32_t* pd;
|
||||
|
||||
profiler(uint32_t label)
|
||||
explicit profiler(uint32_t label)
|
||||
{
|
||||
pd = c.current;
|
||||
auto next = pd + 5;
|
||||
|
||||
Reference in New Issue
Block a user