-
Notifications
You must be signed in to change notification settings - Fork 6
fix(perf): features for evaluation #678
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
Open
nokosaaan
wants to merge
67
commits into
main
Choose a base branch
from
eva-feature
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
4b34c9a
add: test_autoware
nokosaaan dda7c64
fix: perf features and test_dag for sending period info
nokosaaan 29e5173
fix: feature devision for test_autoware 1
nokosaaan 9cabca9
fix: comment alignment 1
nokosaaan 9832297
fix: module separation 1
nokosaaan 9bac530
fix: revert schedtype and toml
nokosaaan 47de021
add: saveing implementation msg with period
nokosaaan efb1f02
fix: delete kernel dependics
nokosaaan b1b921b
fix: no period with test_autoware
nokosaaan 1b18749
fix: reduce impl for get_period with macro
nokosaaan 3c112f9
fix: reset test_dag
nokosaaan 1cfa9ed
fix: delete unnecessary comments
nokosaaan 5b5bcaf
Merge branch 'main' of https://github.com/tier4/awkernel into mrm_dev2
nokosaaan 4e8a8c3
fix: delete warnings 1
nokosaaan 60d50db
fix: delete warnings 2
nokosaaan 028ca6a
Merge branch 'main' of https://github.com/tier4/awkernel into mrm_dev2
nokosaaan f6e2fcf
Merge branch 'main' of https://github.com/tier4/awkernel into mrm_dev2
nokosaaan b75b75c
Merge branch 'mrm_dev2' of https://github.com/tier4/awkernel into mrm…
nokosaaan 48f29f1
fix: delete warnings 3
nokosaaan aed1c5c
fix: sync bootloader-fix
nokosaaan f024138
sync bootloader-fix 2
nokosaaan 3aca1f9
fix: add need-get-period feature
nokosaaan 87742e5
fix: delete the portion of impl about macro
nokosaaan 5d30fc2
fix: delete unnecessary imports
nokosaaan a1f0619
Merge branch 'main' of https://github.com/tier4/awkernel into eva-fea…
nokosaaan 59b5354
fix: attach cargo fmt 1
nokosaaan b77385e
fix: delete if-else diversion and focus feature diversion
nokosaaan 85d9042
fix: apply cargo fmt 2
nokosaaan c88633a
fix: experimental apply for perf
nokosaaan 8495759
fix: experimental apply for perf 2
nokosaaan 8e03ef4
fix: delete .clone() which has Copy trait
nokosaaan a728ff8
fix: unused imports and unnecessary casting
nokosaaan 6585af5
fix: apply cargo fmt 3
nokosaaan bc19c69
fix: delete unnecessary import
nokosaaan adfa4fd
fix: delete unnecessary functions and modify kernel/src/main.rs
nokosaaan 377d1b1
fix: add get_period_count for getting periodic period
nokosaaan ddd69c2
fix: async_lib/Cargo.toml
nokosaaan 37cae77
fix: apply cargo fmt 4
nokosaaan 3ff0804
fix: delete NodeRecord
nokosaaan d8e28cd
fix: unify start publish_timestamp_at to pubsub.rs
nokosaaan 2de13a9
fix: delete unused imports
nokosaaan 9a9d2da
fix: add dependics in kernel/Cargo.toml for print_timestamp_table
nokosaaan 14f92ca
fix: clarify the responsibility between send_all and send_all_with_me…
nokosaaan 968c058
fix: delete get_period and
nokosaaan efc54b6
fix: apply cargo fmt 5
nokosaaan 64e87b6
fix: apply copilot suggestion in kernel/main.rs
nokosaaan 12fb54a
fix: delete unnecessary declare and add dependics to need
nokosaaan 0e3156a
fix(perf): make period-based recording resilient to dag/index overflow
Copilot bf7ba7b
fix(perf): warn when period metadata saturates
Copilot 5ff88eb
fix: apply copilot suggestion 1
nokosaaan 465f75e
fix: apply copilot suggestion 2
nokosaaan 74b6d27
Update awkernel_async_lib/src/pubsub.rs
nokosaaan f8589f5
Update awkernel_async_lib/src/pubsub.rs
nokosaaan 160c9eb
fix(perf): snapshot and cap timestamp summary output
Copilot 2c08c1c
Update awkernel_async_lib/src/task.rs
nokosaaan 696a272
fix: apply cargo fmt 6
nokosaaan 6545deb
fix(time_interval): pass dag_id as u32 to perf period API
Copilot 1e85519
Update awkernel_async_lib/src/pubsub.rs
nokosaaan ef6f24e
docs(time_interval): update interval example with dag_id argument
Copilot dd39f3e
fix: change pubsub test case
nokosaaan 74fef12
Merge branch 'eva-feature' of https://github.com/tier4/awkernel into …
nokosaaan 9b76322
Update awkernel_async_lib/src/task.rs
nokosaaan 786398a
Update awkernel_async_lib/src/pubsub.rs
nokosaaan b54e541
Merge branch 'main' into eva-feature
nokosaaan 50794a2
Update awkernel_async_lib/src/dag.rs
nokosaaan 95c8fef
Update awkernel_async_lib/src/task.rs
nokosaaan c5ed577
fix: apply cargo fmt 7
nokosaaan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -45,3 +45,4 @@ no_preempt = [] | |
| spinlock = ["awkernel_lib/spinlock"] | ||
| clippy = [] | ||
| perf = [] | ||
| need-get-period = ["perf"] | ||
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.