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

unify profiling under the n/m/util/profiling package #656

Draft
wants to merge 4 commits into
base: 25w06a
Choose a base branch
from

Conversation

ix0rai
Copy link
Member

@ix0rai ix0rai commented Oct 17, 2024

currently, we have a n/m/u/profiler and n/m/u/profiling package, with no good reason for the split. this PR also intends to map missing profiling items

@ix0rai ix0rai added t: refactor proposes a refactor v: snapshot targets a snapshot version of minecraft wip this is a work in progress s: tiny PRs with less than 50 lines update-base used to notify github actions that the base branch should be updated labels Oct 17, 2024
Copy link
Contributor

🚀 Target branch has been updated to 1.21.2-rc1

@github-actions github-actions bot changed the base branch from 1.21.2-pre5 to 1.21.2-rc1 October 17, 2024 16:26
@github-actions github-actions bot removed the update-base used to notify github actions that the base branch should be updated label Oct 17, 2024
@ix0rai ix0rai added the update-base used to notify github actions that the base branch should be updated label Oct 22, 2024
@github-actions github-actions bot changed the base branch from 1.21.2-rc1 to 1.21.2 October 22, 2024 22:48
Copy link
Contributor

🚀 Target branch has been updated to 1.21.2

@github-actions github-actions bot removed the update-base used to notify github actions that the base branch should be updated label Oct 22, 2024
@ix0rai ix0rai added the update-base used to notify github actions that the base branch should be updated label Oct 23, 2024
@github-actions github-actions bot changed the base branch from 1.21.2 to 1.21.3 October 23, 2024 16:18
Copy link
Contributor

🚀 Target branch has been updated to 1.21.3

@github-actions github-actions bot removed the update-base used to notify github actions that the base branch should be updated label Oct 23, 2024
@ix0rai ix0rai added the update-base used to notify github actions that the base branch should be updated label Nov 5, 2024
Copy link
Contributor

github-actions bot commented Nov 5, 2024

🚀 Target branch has been updated to 24w44a

@github-actions github-actions bot changed the base branch from 1.21.3 to 24w44a November 5, 2024 22:59
Copy link
Contributor

github-actions bot commented Nov 5, 2024

🚨 Please fix merge conflicts before this can be merged

@github-actions github-actions bot added outdated this pull request hasn't been updated to the latest version or has merge conflicts and removed update-base used to notify github actions that the base branch should be updated labels Nov 5, 2024
@ix0rai ix0rai added the update-base used to notify github actions that the base branch should be updated label Nov 7, 2024
Copy link
Contributor

github-actions bot commented Nov 7, 2024

🚀 Target branch has been updated to 24w45a

@github-actions github-actions bot changed the base branch from 24w44a to 24w45a November 7, 2024 02:46
@supersaiyansubtlety supersaiyansubtlety added the update-base used to notify github actions that the base branch should be updated label Dec 4, 2024
@github-actions github-actions bot changed the base branch from 1.21.4-rc3 to 1.21.4 December 4, 2024 00:35
Copy link
Contributor

github-actions bot commented Dec 4, 2024

🚀 Target branch has been updated to 1.21.4

Copy link
Contributor

github-actions bot commented Dec 4, 2024

🚨 Please fix merge conflicts before this can be merged

@github-actions github-actions bot removed the update-base used to notify github actions that the base branch should be updated label Dec 4, 2024
@ix0rai ix0rai added the update-base used to notify github actions that the base branch should be updated label Jan 15, 2025
@github-actions github-actions bot changed the base branch from 1.21.4 to 25w02a January 15, 2025 23:19
Copy link
Contributor

🚀 Target branch has been updated to 25w02a

Copy link
Contributor

🚨 Please fix merge conflicts before this can be merged

@github-actions github-actions bot removed the update-base used to notify github actions that the base branch should be updated label Jan 15, 2025
@ix0rai ix0rai added the update-base used to notify github actions that the base branch should be updated label Feb 6, 2025
Copy link
Contributor

github-actions bot commented Feb 6, 2025

🚀 Target branch has been updated to 25w03a

@github-actions github-actions bot changed the base branch from 25w02a to 25w03a February 6, 2025 01:54
Copy link
Contributor

github-actions bot commented Feb 6, 2025

🚨 Please fix merge conflicts before this can be merged

@github-actions github-actions bot removed the update-base used to notify github actions that the base branch should be updated label Feb 6, 2025
@ix0rai ix0rai added the update-base used to notify github actions that the base branch should be updated label Feb 6, 2025
Copy link
Contributor

github-actions bot commented Feb 6, 2025

🚀 Target branch has been updated to 25w04a

@github-actions github-actions bot changed the base branch from 25w03a to 25w04a February 6, 2025 02:55
Copy link
Contributor

github-actions bot commented Feb 6, 2025

🚨 Please fix merge conflicts before this can be merged

@github-actions github-actions bot removed the update-base used to notify github actions that the base branch should be updated label Feb 6, 2025
@ix0rai ix0rai added the update-base used to notify github actions that the base branch should be updated label Feb 6, 2025
Copy link
Contributor

github-actions bot commented Feb 6, 2025

🚀 Target branch has been updated to 25w05a

@github-actions github-actions bot changed the base branch from 25w04a to 25w05a February 6, 2025 03:12
Copy link
Contributor

github-actions bot commented Feb 6, 2025

🚨 Please fix merge conflicts before this can be merged

@github-actions github-actions bot removed the update-base used to notify github actions that the base branch should be updated label Feb 6, 2025
@supersaiyansubtlety supersaiyansubtlety added the update-base used to notify github actions that the base branch should be updated label Feb 6, 2025
@github-actions github-actions bot changed the base branch from 25w05a to 25w06a February 6, 2025 20:49
Copy link
Contributor

github-actions bot commented Feb 6, 2025

🚀 Target branch has been updated to 25w06a

Copy link
Contributor

github-actions bot commented Feb 6, 2025

🚨 Please fix merge conflicts before this can be merged

@github-actions github-actions bot removed the update-base used to notify github actions that the base branch should be updated label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
outdated this pull request hasn't been updated to the latest version or has merge conflicts s: tiny PRs with less than 50 lines t: refactor proposes a refactor v: snapshot targets a snapshot version of minecraft wip this is a work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants