The Wayback Machine - https://web.archive.org/web/20220507154035/https://github.com/topics/profiler
Skip to content
#

profiler

Here are 480 public repositories matching this topic...

pablogsal
pablogsal commented May 7, 2022

Consider this code:

import mmap

with mmap.mmap(-1, 10000000000):
    pass

This is what we currently show in the stat reporter:

📏 Total allocations:
        20

📦 Total memory allocated:
        9.313GB

📊 Histogram of allocation size:
        min: 528.000B
        ----------------------------------------
        < 2.754KB  : 8 ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
     
bug good first issue
AndroidGodEye
optick
bombomby
bombomby commented Jan 21, 2019

Add a filter to select a subset of threads.
Use SearchBox control with DelayedTextChanged event.
Hide all of the threads on the Timeline not containing specified string (should be case-insensitive).
Use space next to the Header row on the Timelne for the search box.

Code in: ThreadView.xaml.cs

Improve this page

Add a description, image, and links to the profiler 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 profiler topic, visit your repo's landing page and select "manage topics."

Learn more