gil_load icon indicating copy to clipboard operation
gil_load copied to clipboard

gil_load does not output all threads

Open visobet opened this issue 5 months ago • 0 comments

When I tried out gil_load on python 2.7 and start it with gil_load.start(av_sample_interval=0.005, output_interval=10, output=gil_file, reset_counts=True) I only get one thread in the output.

But the program has multiple threads and top -H confirms that 2 of them are CPU intensive (with 86 and 16% CPU usage)

visobet avatar Feb 21 '24 14:02 visobet