Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual Content: The Profiler page needs its time column unit fixed to say microseconds #8959

Closed
DabestbroAgain opened this issue Jan 7, 2025 · 1 comment
Assignees
Labels
docs-bug GameMaker Manual Bugs
Milestone

Comments

@DabestbroAgain
Copy link

DabestbroAgain commented Jan 7, 2025

Description

The monthly docs page for [https://manual.gamemaker.io/monthly/en/#t=IDE_Tools%2FThe_Debugger%2FThe_Profiler.htm](The Profiler) says under the Time Display and View Target sections that the times displayed in the profile are microseconds. They aren't - they're in milliseconds. If you want to see for yourself I've attached a sample project - the waste_time() function is setup to remain in a while loop for approx 1 second with the use of the get_timer() command.

https://api.gamemaker.io/api/github/downloads/b54d79bd-5b29-4122-9770-d5c98b938859

Image

(Edited for more descriptive screenshot) This is what the output looks like - notice the average function runtime is much closer to 1000 than it is to a million.

Manual Link

https://manual.gamemaker.io/monthly/en/#t=IDE_Tools%2FThe_Debugger%2FThe_Profiler.htm

@DabestbroAgain DabestbroAgain added the docs-bug GameMaker Manual Bugs label Jan 7, 2025
@stuckie stuckie moved this from Triage to Backlog in Team Workload Jan 8, 2025
YYBartT added a commit to YoYoGames/GameMaker-Manual that referenced this issue Jan 13, 2025
…conds when it should be milliseconds

YoYoGames/GameMaker-Bugs#8959

* Changed two mentions of "microseconds" to "milliseconds"
* Updated a few names in the text to match IDE descriptions, along with a few other things
@YYBartT YYBartT added this to the 2024.13 milestone Jan 13, 2025
@YYBartT
Copy link

YYBartT commented Jan 13, 2025

Changed two occurrences of "microseconds" to "milliseconds". Also did some other minor changes to the manual page.

@YYBartT YYBartT closed this as completed Jan 13, 2025
@github-project-automation github-project-automation bot moved this from Backlog to Done in Team Workload Jan 13, 2025
@YYBartT YYBartT moved this from Done to Ready for QA in Team Workload Jan 13, 2025
@YYDan YYDan changed the title Profiler docs refer to the time column unit as microseconds when it should be milliseconds Manual Content: The Profiler page needs its time column unit fixed to say microseconds Jan 16, 2025
@alicemoretti alicemoretti self-assigned this Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-bug GameMaker Manual Bugs
Projects
Status: Ready for QA
Development

No branches or pull requests

4 participants