-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Igor Spichkin
committed
Oct 13, 2023
1 parent
fb2d350
commit 383f620
Showing
4 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Profiling | ||
|
||
В билде есть поддержка профайлера [byond-tracy](https://github.com/mafemergency/byond-tracy) версии [cc015b63c4569929ab8e57a0dc2ab4363a77b188](https://github.com/mafemergency/byond-tracy/commit/cc015b63c4569929ab8e57a0dc2ab4363a77b188). Для его включения нужно скомпилироавть билд с `#define TRACY_PROFILER`. | ||
|
||
## Использование | ||
|
||
Для получения данных от профайлера к нему нужно подключиться с помощью Tracy, его можно скачать [отсюда](https://github.com/wolfpld/tracy) (выберите одну из поддерживаемых byond-tracy версию). Подключение можно начать в любой удобный момент времени - до или после старта билда. | ||
|
||
Собранные данные можно сохранять в отдельный файл. |