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

Updates to properly handle @profile decorators for CPU time attribution #637

Merged
merged 7 commits into from
Jul 14, 2023

Fixed smoketest

7512f43
Select commit
Loading
Failed to load commit list.
Merged

Updates to properly handle @profile decorators for CPU time attribution #637

Fixed smoketest
7512f43
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / CodeQL succeeded Jul 14, 2023 in 4s

8 new alerts

New alerts in code changed by this pull request

  • 4 warnings
  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 2 in test/profile_annotation_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'np' is not used.

Check notice on line 16 in test/profile_annotation_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable y1 is not used.

Check notice on line 17 in test/profile_annotation_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable z1 is not used.

Check notice on line 62 in test/profile_annotation_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'sys' is not used.

Check warning on line 32 in test/profile_annotation_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'z' is unnecessary as it is
redefined
before this value is used.

Check warning on line 42 in test/profile_annotation_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'z' is unnecessary as it is
redefined
before this value is used.

Check warning on line 43 in test/profile_annotation_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'z' is unnecessary as it is
redefined
before this value is used.

Check warning on line 58 in test/profile_annotation_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'x' is unnecessary as it is
redefined
before this value is used.