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

Feature/include cpu profiling and memory profiling #414

Conversation

githubsands
Copy link
Contributor

@githubsands githubsands commented Jun 4, 2019

Easily create pprof memory or cpu profiles by using a flag.

--cpuprofile="filename"
--memprofile="filename"

@githubsands githubsands force-pushed the feature/include_CPUProfiling_and_MemoryProfiling branch from 9489d42 to 78f9097 Compare June 4, 2019 22:28
@codecov
Copy link

codecov bot commented Jun 4, 2019

Codecov Report

Merging #414 into master will increase coverage by 0.04%.
The diff coverage is 51.72%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #414      +/-   ##
=========================================
+ Coverage   71.96%     72%   +0.04%     
=========================================
  Files         202     202              
  Lines       11842   11871      +29     
=========================================
+ Hits         8522    8548      +26     
+ Misses       2644    2642       -2     
- Partials      676     681       +5
Impacted Files Coverage Δ
server/viper.go 82.41% <51.72%> (-14.36%) ⬇️
device/manager.go 57.93% <0%> (+0.39%) ⬆️
device/drain/drainer.go 96.96% <0%> (+1.51%) ⬆️
device/device.go 65.51% <0%> (+1.72%) ⬆️
service/consul/instancer.go 74.52% <0%> (+4.71%) ⬆️

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 8a6db65...78f9097. Read the comment docs.

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.

1 participant