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

Add Wasmi execution profiling infrastructure #974

Closed
wants to merge 20 commits into from

fix cargo-udeps CI job

698c5ec
Select commit
Loading
Failed to load commit list.
Closed

Add Wasmi execution profiling infrastructure #974

fix cargo-udeps CI job
698c5ec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 3, 2024 in 1s

1.49% of diff hit (target 81.87%)

View this Pull Request on Codecov

1.49% of diff hit (target 81.87%)

Annotations

Check warning on line 47 in crates/profiling/macro/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/macro/src/lib.rs#L44-L47

Added lines #L44 - L47 were not covered by tests

Check warning on line 49 in crates/profiling/macro/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/macro/src/lib.rs#L49

Added line #L49 was not covered by tests

Check warning on line 56 in crates/profiling/macro/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/macro/src/lib.rs#L52-L56

Added lines #L52 - L56 were not covered by tests

Check warning on line 71 in crates/profiling/macro/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/macro/src/lib.rs#L70-L71

Added lines #L70 - L71 were not covered by tests

Check warning on line 78 in crates/profiling/macro/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/macro/src/lib.rs#L73-L78

Added lines #L73 - L78 were not covered by tests

Check warning on line 90 in crates/profiling/macro/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/macro/src/lib.rs#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 133 in crates/profiling/macro/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/macro/src/lib.rs#L133

Added line #L133 was not covered by tests

Check warning on line 140 in crates/profiling/macro/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/macro/src/lib.rs#L135-L140

Added lines #L135 - L140 were not covered by tests

Check warning on line 149 in crates/profiling/macro/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/macro/src/lib.rs#L145-L149

Added lines #L145 - L149 were not covered by tests

Check warning on line 156 in crates/profiling/macro/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/macro/src/lib.rs#L152-L156

Added lines #L152 - L156 were not covered by tests

Check warning on line 160 in crates/profiling/macro/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/macro/src/lib.rs#L159-L160

Added lines #L159 - L160 were not covered by tests

Check warning on line 184 in crates/profiling/macro/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/macro/src/lib.rs#L184

Added line #L184 was not covered by tests

Check warning on line 9 in crates/profiling/macro/src/utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/macro/src/utils.rs#L8-L9

Added lines #L8 - L9 were not covered by tests

Check warning on line 17 in crates/profiling/macro/src/utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/macro/src/utils.rs#L14-L17

Added lines #L14 - L17 were not covered by tests

Check warning on line 67 in crates/profiling/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/src/lib.rs#L66-L67

Added lines #L66 - L67 were not covered by tests

Check warning on line 92 in crates/profiling/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/src/lib.rs#L90-L92

Added lines #L90 - L92 were not covered by tests

Check warning on line 98 in crates/profiling/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/src/lib.rs#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 108 in crates/profiling/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/src/lib.rs#L107-L108

Added lines #L107 - L108 were not covered by tests

Check warning on line 120 in crates/profiling/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/src/lib.rs#L120

Added line #L120 was not covered by tests

Check warning on line 122 in crates/profiling/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/src/lib.rs#L122

Added line #L122 was not covered by tests

Check warning on line 133 in crates/profiling/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/src/lib.rs#L130-L133

Added lines #L130 - L133 were not covered by tests

Check warning on line 151 in crates/profiling/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/src/lib.rs#L151

Added line #L151 was not covered by tests

Check warning on line 166 in crates/profiling/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/src/lib.rs#L165-L166

Added lines #L165 - L166 were not covered by tests

Check warning on line 172 in crates/profiling/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/profiling/src/lib.rs#L171-L172

Added lines #L171 - L172 were not covered by tests