Skip to content

History / Diagnosing performance issues

Revisions

  • Replace all page contents with links to the new location This trick was performed via: git ls-files \*.md | while read f do pr_url=https://github.com/git-for-windows/git-for-windows.github.io/pull/59 url=https://gitforwindows.org/${f%.md} echo "This wiki page [has been migrated]($pr_url) to a new location: [$url]($url)" >"$f" done There are two pages where this does not make sense, `0.-Index` and `_Footer`, which will be handled in the next commit. Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Mar 18, 2025
  • Mention gprof and VS' performance profiler

    @dscho dscho committed Feb 13, 2017
  • Copy-edit from https://github.com/msysgit/msysgit/wiki/Diagnosing-why-Git-is-so-slow

    @dscho dscho committed Jan 29, 2016