소스 검색

doc: minor fixes

Nathalie Furmento 12 년 전
부모
커밋
423e91f924
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      doc/chapters/configuration.texi
  2. 1 1
      doc/chapters/perf-feedback.texi

+ 1 - 1
doc/chapters/configuration.texi

@@ -210,7 +210,7 @@ Enable performance model debugging.
 
 @defvr {Configure option} --enable-stats
 @c see ../../src/datawizard/datastats.c
-Enable gathering of memory transfer statistics.
+Enable gathering of various data statistics.
 @end defvr
 
 @defvr {Configure option} --enable-maxbuffers

+ 1 - 1
doc/chapters/perf-feedback.texi

@@ -500,7 +500,7 @@ Node #3
 
 Different statistics can be displayed at the end of the execution of
 the application. To enable them, you need to pass the option
-@code{--enable-statistics} when calling @code{configure} and/or set
+@code{--enable-stats} when calling @code{configure} and/or set
 the environment variables @code{STARPU_BUS_STATS} and
 @code{STARPU_WORKER_STATS} when calling your application.