• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Profiling TFS

Bruno Minervino

*****************
Joined
Feb 8, 2016
Messages
54
Solutions
2
Reaction score
40
Location
Sâo Paulo - Brazil
I am quite some time trying to implement a profiling in my tfs so I can identify the memory leak problem.

Just a simple example:
http://linoxide.com/tools/gprof-performance-analysis-programs/

In this tutorial, with a single file compile is easy to implements profiling, just with:
gcc -Wall -pg profile.c -o profile

But, tfs uses cmake and idk how to use, someone could help me implement it in cmake?

Thanks
 
Back
Top