I was wondering what "docker buildx build ..." is doing on my system. It turns out most CPU time is spent on updating the progressbar. Yes, sampling based on CPU profiling does not paint a full picture of the performance of an application. Maybe I get some real output from this process at some point
March 20, 2025 at 8:01 PM
I was wondering what "docker buildx build ..." is doing on my system. It turns out most CPU time is spent on updating the progressbar. Yes, sampling based on CPU profiling does not paint a full picture of the performance of an application. Maybe I get some real output from this process at some point