mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-08-30 10:25:00 +00:00
Co-authored-by: Hyper_ <40342021+NotHyper-474@users.noreply.github.com> Co-authored-by: Lasercar <64717068+Lasercar@users.noreply.github.com> Co-authored-by: Hundrec <hundrecard@gmail.com> Co-authored-by: Lasercar <B_l_u_t_a_c_k@hotmail.com.au> Co-authored-by: anysad <anysadiscool@gmail.com> Co-authored-by: VioletSnowLeopard <ngzeretzke@gmail.com> Co-authored-by: unknown <47027981+ACrazyTown@users.noreply.github.com> Co-authored-by: kade-github <26305836+Kade-github@users.noreply.github.com> Co-authored-by: JackXson-Real <32755192+JackXson-Real@users.noreply.github.com> Co-authored-by: Abnormal <86753001+AbnormalPoof@users.noreply.github.com> Co-authored-by: CrusherNotDrip <90648119+CrusherNotDrip@users.noreply.github.com> Co-authored-by: cyn0x8 <cyn0x8+git@gmail.com> Co-authored-by: ChillyBeanBAM <109490279+ChillyBeanBAM@users.noreply.github.com>
13 lines
808 B
Markdown
13 lines
808 B
Markdown
# Tracy Performance Profiling
|
|
|
|
In v0.5.1, Funkin' gained support for a powerful instrumentation-based profiler known as Tracy. This development tool allows you to see exactly what the game is doing at any given moment, how long each function is taking to call, and even how memory is allocated and deallocated. This is the most powerful tool in your toolbox for diagnosing and resolving performance issues.
|
|
|
|
## How to Use Tracy
|
|
|
|
1. Download [Tracy](https://github.com/wolfpld/tracy)
|
|
2. Build the game with the `FEATURE_DEBUG_TRACY` flag. For example, `lime build windows -debug -DFEATURE_DEBUG_TRACY`
|
|
3. Start Tracy, click Connect. Tracy will start waiting for Funkin' to start.
|
|
4. Start the game with Tracy enabled.
|
|
|
|

|