memory
Here are 1,619 public repositories matching this topic...
-
Updated
Dec 27, 2021 - Python
-
Updated
Feb 24, 2022 - JavaScript
-
Updated
Apr 8, 2022 - Java
-
Updated
Oct 13, 2018
-
Updated
Apr 18, 2022 - C
-
Updated
Jun 23, 2021 - C++
Is your feature request related to a problem? Please describe.
When encountering a bug it is a bit tedious to open github, navigate to the iGlance repository and open a new bug issue. Not everyone is going to jump through those hoops in order to report a bug.
Describe the solution you'd like
It should be possible to click a button in the main window and be directly redirected to the
-
Updated
Apr 22, 2022 - C
-
Updated
Jan 27, 2022 - Java
-
Updated
Apr 9, 2022 - C
-
Updated
Apr 18, 2022 - C++
-
Updated
Apr 28, 2022 - Python
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Apr 17, 2022 - Erlang
the CONTRIBUTING.md and DEVELOPERS_GUIDE.md need to cross reference.
-
Updated
Mar 30, 2022 - C++
-
Updated
Aug 25, 2021 - Java
-
Updated
Apr 28, 2022 - TypeScript
Improve this page
Add a description, image, and links to the memory topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the memory topic, visit your repo's landing page and select "manage topics."
Feature Request
python3has-coption which allows passing an arbitrary program string. This is useful for quick ad-hoc experiments in the shell (especially with--livemode).E.g.
python3 -c 'print(len([str(i) for i in range(1000000000)]))'Would be nice if
memray runhad a similar mode?Describe the solution you'd like
memray run -ccould have the same logic as