Perfstats are not supported on Windows
This commit is contained in:
parent
d977f4278e
commit
7555fe065e
@ -127,7 +127,8 @@ The following enviroment variables are interpreted by syncthing:
|
|||||||
STHEAPPROFILE Write heap profiles to heap-$pid-$timestamp.pprof each time
|
STHEAPPROFILE Write heap profiles to heap-$pid-$timestamp.pprof each time
|
||||||
heap usage increases.
|
heap usage increases.
|
||||||
|
|
||||||
STPERFSTATS Write running performance statistics to perf-$pid.csv.
|
STPERFSTATS Write running performance statistics to perf-$pid.csv. Not
|
||||||
|
supported on Windows.
|
||||||
|
|
||||||
STDEADLOCKTIMEOUT Alter deadlock detection timeout (seconds; default 1200).`
|
STDEADLOCKTIMEOUT Alter deadlock detection timeout (seconds; default 1200).`
|
||||||
)
|
)
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
// All rights reserved. Use of this source code is governed by an MIT-style
|
// All rights reserved. Use of this source code is governed by an MIT-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
Loading…
x
Reference in New Issue
Block a user