Skip to content

self-profiling: Update measureme to 0.4.0 and remove non-RAII methods from profiler. - #65800

Merged
bors merged 3 commits into
rust-lang:masterfrom
michaelwoerister:measureme-0.4.0
Oct 25, 2019
Merged

self-profiling: Update measureme to 0.4.0 and remove non-RAII methods from profiler.#65800
bors merged 3 commits into
rust-lang:masterfrom
michaelwoerister:measureme-0.4.0

Conversation

@michaelwoerister

Copy link
Copy Markdown
Member

This PR removes all non-RAII based profiling methods from SelfProfilerRef 🎉
It also delegates the TimingGuard implementation to measureme, now that that is available there.

r? @wesleywiser

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 25, 2019
@wesleywiser

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Oct 25, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 9c08306 has been approved by wesleywiser

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Oct 25, 2019
…=wesleywiser
self-profiling: Update measureme to 0.4.0 and remove non-RAII methods from profiler.
This PR removes all non-RAII based profiling methods from `SelfProfilerRef` 🎉
It also delegates the `TimingGuard` implementation to `measureme`, now that that is available there.
r? @wesleywiser
@CentrilCentril mentioned this pull request Oct 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Oct 25, 2019
…=wesleywiser
self-profiling: Update measureme to 0.4.0 and remove non-RAII methods from profiler.
This PR removes all non-RAII based profiling methods from `SelfProfilerRef` 🎉
It also delegates the `TimingGuard` implementation to `measureme`, now that that is available there.
r? @wesleywiser
@CentrilCentril mentioned this pull request Oct 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Oct 25, 2019
…=wesleywiser
self-profiling: Update measureme to 0.4.0 and remove non-RAII methods from profiler.
This PR removes all non-RAII based profiling methods from `SelfProfilerRef` 🎉
It also delegates the `TimingGuard` implementation to `measureme`, now that that is available there.
r? @wesleywiser
@CentrilCentril mentioned this pull request Oct 25, 2019
bors added a commit that referenced this pull request Oct 25, 2019
Rollup of 7 pull requests
Successful merges:
- #63810 (Make <*const/mut T>::offset_from `const fn`)
- #65705 (Add {String,Vec}::into_raw_parts)
- #65749 (Insurance policy in case `iter.size_hint()` lies.)
- #65799 (Fill tracking issue number for `array_value_iter`)
- #65800 (self-profiling: Update measureme to 0.4.0 and remove non-RAII methods from profiler.)
- #65806 (Add [T]::as_ptr_range() and [T]::as_mut_ptr_range().)
- #65810 (SGX: Clear additional flag on enclave entry)
Failed merges:
r? @ghost
JohnTitor added a commit to JohnTitor/rust that referenced this pull request Oct 25, 2019
…=wesleywiser
self-profiling: Update measureme to 0.4.0 and remove non-RAII methods from profiler.
This PR removes all non-RAII based profiling methods from `SelfProfilerRef` 🎉
It also delegates the `TimingGuard` implementation to `measureme`, now that that is available there.
r? @wesleywiser
@JohnTitorJohnTitor mentioned this pull request Oct 25, 2019
bors added a commit that referenced this pull request Oct 25, 2019
Rollup of 6 pull requests
Successful merges:
- #65705 (Add {String,Vec}::into_raw_parts)
- #65749 (Insurance policy in case `iter.size_hint()` lies.)
- #65799 (Fill tracking issue number for `array_value_iter`)
- #65800 (self-profiling: Update measureme to 0.4.0 and remove non-RAII methods from profiler.)
- #65806 (Add [T]::as_ptr_range() and [T]::as_mut_ptr_range().)
- #65810 (SGX: Clear additional flag on enclave entry)
Failed merges:
r? @ghost
@bors
bors merged commit 9c08306 into rust-lang:masterOct 25, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@michaelwoerister@wesleywiser@bors@rust-highfive