Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • docs/users_guide/runtime_control.rst
    ... ... @@ -1331,7 +1331,7 @@ When the program is linked with the :ghc-flag:`-eventlog` option
    1331 1331
         package.
    
    1332 1332
     
    
    1333 1333
         Each event is associated with a timestamp which is the number of
    
    1334
    -    nanoseconds since the start of executation of the running program.
    
    1334
    +    nanoseconds since the start of execution of the running program.
    
    1335 1335
         This is the elapsed time, not the CPU time.
    
    1336 1336
     
    
    1337 1337
     .. rts-flag:: -ol⟨filename⟩
    
    ... ... @@ -1352,6 +1352,12 @@ When the program is linked with the :ghc-flag:`-eventlog` option
    1352 1352
         This can be useful in live-monitoring situations where the
    
    1353 1353
         eventlog is consumed in real-time by another process.
    
    1354 1354
     
    
    1355
    +    Flushing the eventlog requires synchronising all capabilities,
    
    1356
    +    which can be lead to performance regressions in highly parallel
    
    1357
    +    applications.
    
    1358
    +
    
    1359
    +    To disable this flag set ⟨seconds⟩ to 0.
    
    1360
    +
    
    1355 1361
     .. rts-flag:: -v [⟨flags⟩]
    
    1356 1362
     
    
    1357 1363
         Log events as text to standard output, instead of to the