Skip to content

Instantly share code, notes, and snippets.

@aolo2
Created June 5, 2020 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aolo2/9828b913ff4b1e418d1f2f090956660e to your computer and use it in GitHub Desktop.
Save aolo2/9828b913ff4b1e418d1f2f090956660e to your computer and use it in GitHub Desktop.
// main.cpp
#include "tracy/Tracy.hpp"
#include <unistd.h>
int main(void) {
ZoneScoped;
sleep(1);
}
// compile with
// g++ main.cpp tracy/TracyClient.cpp -DTRACY_ENABLE -ldl -pthread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment