new(tests): profiler tests bootstrap

Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
Lorenzo Fontana
2020-05-06 19:11:34 +02:00
parent d2d7ead732
commit 755ba8f9a2
3 changed files with 41 additions and 2 deletions

View File

@@ -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;