Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update drmemtrace scheduler switch thresholds (#6840)
Changes the drmemtrace scheduler's default context switch threshold parameters, which trigger on system call latencies, to more closely match observed patterns in large applications. + Raises the non-blocking threshold to a very high level as we do not expect many such switchs, if any, in most applications. + Raises the blocking threshold from 100us to 500us to match switch rates seen in real applications. Tested on large internal traces where the switch rate was compared to untraced values.
- Loading branch information