Re: [PATCH] Cygwin: New tool: cygmon

2021-06-17 Thread Mark Geisert
Hi Jon, I appreciate your review. I will fold the suggestions from your short email plus this longer email into a v2 patch fairly soon. Jon Turney wrote: On 12/06/2021 07:46, Mark Geisert wrote: diff --git a/winsup/utils/cygmon.cc b/winsup/utils/cygmon.cc new file mode 100644 index

Re: [PATCH] Cygwin: New tool: cygmon

2021-06-15 Thread Mark Geisert
Hi Jon, Jon Turney wrote: On 12/06/2021 07:46, Mark Geisert wrote: This tool is a sampling profiler of Cygwin programs with their DLLs. Presently its development is managed at https://github.com/mgeisert/cygmon. Documentation of cygmon has been added to the usual doc/utils.xml file. Nice!

Re: [PATCH] Cygwin: New tool: cygmon

2021-06-13 Thread Jon Turney
On 12/06/2021 07:46, Mark Geisert wrote: diff --git a/winsup/utils/cygmon.cc b/winsup/utils/cygmon.cc new file mode 100644 index 0..9156b27d7 --- /dev/null +++ b/winsup/utils/cygmon.cc @@ -0,0 +1,1240 @@ +/* +cygmon.cc +Periodically samples IP of a process and its DLLs; writes

Re: [PATCH] Cygwin: New tool: cygmon

2021-06-13 Thread Jon Turney
On 12/06/2021 07:46, Mark Geisert wrote: This tool is a sampling profiler of Cygwin programs with their DLLs. Presently its development is managed at https://github.com/mgeisert/cygmon. Documentation of cygmon has been added to the usual doc/utils.xml file. Nice! How attached are you to the

[PATCH] Cygwin: New tool: cygmon

2021-06-12 Thread Mark Geisert
This tool is a sampling profiler of Cygwin programs with their DLLs. Presently its development is managed at https://github.com/mgeisert/cygmon. Documentation of cygmon has been added to the usual doc/utils.xml file. There are a couple of one-line fixes to unrelated files for minor issues noticed