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

fix: distinguish idle from program time #248

Merged
merged 6 commits into from
Jul 17, 2018

Conversation

ofrobots
Copy link
Contributor

@ofrobots ofrobots commented Jul 6, 2018

Fixes: #38

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 6, 2018
@codecov
Copy link

codecov bot commented Jul 6, 2018

Codecov Report

Merging #248 into master will increase coverage by 0.07%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #248      +/-   ##
==========================================
+ Coverage   90.05%   90.12%   +0.07%     
==========================================
  Files           6        6              
  Lines         392      395       +3     
  Branches       68       68              
==========================================
+ Hits          353      356       +3     
  Misses         39       39
Impacted Files Coverage Δ
ts/src/profilers/time-profiler.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a4b7e6e...7e7e2c3. Read the comment docs.

// undocumented API.
// See https://github.com/nodejs/node/issues/19009#issuecomment-403161559.
// tslint:disable-next-line no-any
(process as any)._startProfilerIdleNotifier();

This comment was marked as spam.

This comment was marked as spam.

@aalexand
Copy link
Contributor

aalexand commented Jul 9, 2018

@ofrobots The CI fails on node 6?

@ofrobots
Copy link
Contributor Author

I've relaunched the job. The error message didn't seem related. /cc @nolanmar511 in case you have an idea of what is going on.

@aalexand
Copy link
Contributor

@ofrobots Can this be merged?

@ofrobots
Copy link
Contributor Author

There is no LGTM, but this is good to go from my side :).

@aalexand
Copy link
Contributor

@ofrobots Ah, I thought I LGTM'ed it. Done now. Please merge once CI has finished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants