-
**Describe the bug**
I am trying to use Scalene to profile my Python code, but I've encountered an issue where the GPU, memory usage, and copy columns are not displaying correctly in the profiling ou…
-
I've wrote a function on the Python track for the triangle exercise that can cheat current tests. It was described in exercism/python#1894 and merged on the Python track. I was recommended by @cmccand…
-
**Describe the bug**
When I run my training code written in PyTorch running on ROCm on an AMD GPU, I get an ominous error:
```bash
$ scalene training.py
Scalene error: received signal SIGSEGV
…
-
Given three sides of a triangle, identify what type of triangle:
- Isosceles (2 equal sides)
- Equilateral (3 equal sides)
- Right-angled (a^2 + b^2 = b^2)
- Scalene (all sides different)
- Nothing sp…
-
Currently, scalene profiles are completely broken down by the file in which the code is contained.
This is inconvenient for large code bases containing many different files, as was also mentioned in …
-
**Describe the bug**
I am running scalene in a docker container. The entrypoint/command of the container is:
`scalene --web --memory-leak-detector --reduced-profile --profile-all --outfile /logs/mem…
-
**Describe the bug**
The default settings of `scalene` seem not to produce output in the stout, while everything is printed if I give the option `--cli`.
A file called `profile.json` is created, ho…
-
**Describe the bug**
I am trying to profile one of my own libraries with Scalene, but am reproduceably running into an exception that I don't understand, which is as follows:
```
Error in program…
-
Is Scalene supposed to support asyncio-based applications?
I'm trying to profile a complex application using asyncio on macOS 11, Python 3.9.
If the full CPU+memory profiling is enabled, Scalene i…
-
**Describe the bug**
Build targeting pyston (API-compatible fork of CPython) fails.
In some compiler invocations, the python include directory is correctly present, but in others it isn't.
For …
belm0 updated
6 months ago