typo fixed

master
svetlana 2018-02-02 20:44:51 -04:00 committed by admin
parent 725a1fc011
commit c4042853b3
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ The best way to do it is:
* Install [[!cpan Devel::NYTProf]]
* `PERL5OPT=-d:NYTProf`
* `export PER5OPT`
* `export PERL5OPT`
* Now run ikiwiki as usual, and it will generate a `nytprof.out` file.
* Run `nytprofhtml` to generate html files.
* Those can be examined to see what parts of ikiwiki are being slow.