diff options
-rw-r--r-- | winsup/cygwin/release/2.5.0 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.5.0 b/winsup/cygwin/release/2.5.0 index 4608965ce..a295a7975 100644 --- a/winsup/cygwin/release/2.5.0 +++ b/winsup/cygwin/release/2.5.0 @@ -31,6 +31,11 @@ What changed: - Bump POSIX option macros to POSIX.1-2008. +- Profiling data, specifically pc sampling, now covers all threads of a + program and not just the main thread. Environment variable GMON_OUT_PREFIX + enables multiple gmon.out files to preserve profiling data after fork or + from multiple program runs. + Bug Fixes --------- |