Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

memory-profiling

Programmatically get memory usage in Chrome

January 6, 2024 by Tarik

For anyone that finds this in the future, since version 20 Chrome supports window.performance.memory, which returns something like: { totalJSHeapSize: 21700000, usedJSHeapSize: 13400000, jsHeapSizeLimit: 1620000000 }

Categories javascript Tags google-chrome, google-chrome-devtools, javascript, memory-profiling, performance Leave a comment

Memory profiling in R – tools for summarizing

December 28, 2023 by Tarik
Categories r Tags memory-profiling, r, r-faq Leave a comment

Is there any working memory profiler for Python3 [closed]

September 23, 2023 by Tarik

Pympler is a Python memory profiler that is compatible with both Python 2.x and Python3.x.

Categories python Tags memory-leak-detector, memory-profiling, profiling, python, python-3.x Leave a comment

.NET Memory Profiling Tools [duplicate]

April 23, 2023 by Tarik

I’m currently evaluating both the Scitech .NET Memory Profiler 3.1 and ANTS Memory Profiler 5.1. I tried the JetBrains one a year or two ago and it wasn’t as good as ANTS so I haven’t bothered this time. From reading the web sites it looks like it isn’t as good for memory profiling as the … Read more

Categories .net Tags .net, memory-profiling, profiling Leave a comment

How do I use a dump file to diagnose a memory leak?

February 15, 2023 by Tarik

Install WinDbg. You need to make sure you get the correct version x86 or x64 depending on your dump. Here is a direct link to the download for x86. On that, you need to ensure you took the correct dump. You can use Task Manager to create the dump file (right click on process -> … Read more

Categories .net Tags .net, crash-dumps, memory-leaks, memory-profiling, visual-studio-2010 Leave a comment

Find out how much memory is being used by an object in Python [duplicate]

October 3, 2022 by Tarik

Try this: sys.getsizeof(object) getsizeof() Return the size of an object in bytes. It calls the object’s __sizeof__ method and adds an additional garbage collector overhead if the object is managed by the garbage collector. A recursive recipe

Categories python Tags memory-profiling, performance, python Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa