profiler.h 175 B

1234567
  1. #pragma once
  2. #include "mempools.h"
  3. #include "atto/app.h"
  4. void profilerInit();
  5. void profileEvent(const char *msg, ATimeUs delta);
  6. int profilerFrame(struct Stack *stack_temp);