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 pprof() for debugging #217

Merged
merged 2 commits into from Feb 12, 2020
Merged

add pprof() for debugging #217

merged 2 commits into from Feb 12, 2020

Conversation

songgao
Copy link
Contributor

@songgao songgao commented Feb 12, 2020

No description provided.

src/index.ts Outdated
outputPath,
])
// The call above is asynchronous. So jsut wait for 2 more seconds.
await new Promise(resolve => setTimeout(() => resolve(), sec * 1000 + 2000))
Copy link
Contributor

Choose a reason for hiding this comment

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

can do await timeout(sec * 1000 + 2000)

there's a timeout function exported from utils.ts

@songgao songgao merged commit 117e916 into master Feb 12, 2020
@songgao songgao deleted the songgao/HOTPOT-1584 branch February 12, 2020 17:18
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.

None yet

2 participants