Skip to content
#

profiling

Here are 505 public repositories matching this topic...

pyroscope
petethepig
petethepig commented Oct 1, 2021

We recently added support for dynamic tags in Ruby and Python integrations. We need to do the same in our Go app.

Here's an example from our python docs:

# You can use a wrapper:
with pyroscope.tag_wrapper({ "controller": "slow_controller_i_want_to_profile" }):
  slow_code()

# Or you can add / remove tags manually:
pyroscope.tag({ "controller": "slow_controller_i_want_to_profi

Improve this page

Add a description, image, and links to the profiling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the profiling topic, visit your repo's landing page and select "manage topics."

Learn more