question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mem % Python column is empty

See original GitHub issue

Describe the bug I tried to run a benchmark from pyperformance and the output of the profiler in the Mem % Python column is empty.

To Reproduce Steps to reproduce the behavior:

  1. Run scalene script.py

Expected behavior Get Memory utilization per line

Screenshots If applicable, add screenshots to help explain your problem.

Desktop

  • OS: Ubuntu 20.04.1

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
iwitacommented, Mar 22, 2021

Thank you, the Mem % column is now filled for my case as well.

1reaction
cyberic99commented, Mar 19, 2021

I’ll test the latest version soon and report back, thanks.

are you on a system with an nVidia GPU?

yes:

01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 660 Ti] (rev a1)
Read more comments on GitHub >

github_iconTop Results From Across the Web

Empty a column in data frame and keep memory resource low
I would like to know which is the best way to empty a column and at the same time keep memory low? python...
Read more >
pandas.DataFrame.info — pandas 1.5.2 documentation
This method prints information about a DataFrame including the index dtype and columns, non-null values and memory usage. Parameters. verbosebool, optional.
Read more >
Create Empty Dataframe in Pandas - FavTutor
In this article, you will learn how to create an empty DataFrame in python using pandas. We'll also talk about how to fill...
Read more >
How to add Empty Column to Dataframe in Pandas?
In DataFrames, Empty columns are defined and represented with NaN Value(Not a Number value or undefined or unrepresentable value).
Read more >
How to estimate how much memory a Pandas' DataFrame will ...
How to merge multiple DataFrames on columns? Python Pandas groupby sort within groups · How to create an empty DataFrame with only column...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found