-
Screenshot attached. When using the "Advanced" option to activate when an external display is connected this is what my system looks like after using an external display for about an hour. Disabling K…
mxsrm updated
3 weeks ago
-
Hi Perfetto team.
I am looking for a ftrace filter feature. Background is I am trying to tracing sched:sched_switch ftrace event of some specified processes for a very very long time, eg, serveral da…
-
When using the caching feature of outlines with multiple running processes, the cache database may get accessed simultaneously, resulting in disk I/O or database disk image errors:
```
sqlite3.Opera…
-
Allow a user to merge processes usage would be useful if the process name changes. We should keep this in the configuration.
d-cap updated
5 months ago
-
wandb version: 0.13.9
python version: 3.7.15
Issue:
I have to spawn new processes in order to achieve parallel training, however the wandb.run object will get lost in the spawned process. This m…
-
One of the features that keeps me in bash land is the quick (and dirty) process management for development, e.g.:
```
./my_service &
sleep 1
run_local_tests_against_my_service
killall my_service
…
-
### Checklist
- [X] I've looked through [the documentation](https://clementtsang.github.io/bottom/nightly/) and [existing open issues](https://github.com/ClementTsang/bottom/issues?q=is%3Aopen+is%3A…
-
# **❓ Question or Support Request**
## **Describe your question or ask for support.**
I am trying to set the maximum line length for minification process to 500 characters per line.
This is neces…
-
Currently, whenever `get_cpus` is called, it will instantiate a `RAPLFile` for every CPU/DRAM domain, which will in turn spawn a wraparound monitor process. However, the user may not intend to use RAP…
-
### Summary
I have built the command line tool from source and am trying to benchmark performance. Startup time seems to be very slow and increasing with the number of processors in the system. How…