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

[DRAFT] Add someip statistics api to unbound session #1883

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kruss
Copy link
Collaborator

@kruss kruss commented Aug 4, 2023

No description provided.

@marcmo marcmo marked this pull request as draft August 10, 2023 19:34
@@ -58,7 +58,7 @@
},
"jobs": {
"regular": {
"execute_only": [1,2,3,4,5],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did this change? does it mean we are not executing those?

Comment on lines +513 to +517
if let Some(detail_value) = detail_map.get_mut(&detail_id) {
*detail_value += 1;
} else {
detail_map.insert(detail_id, 1);
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is usually done with the entry function (https://doc.rust-lang.org/std/collections/struct.HashMap.html#method.entry)
if possible use that here as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants