kokojie

Untitled

Aug 25th, 2016
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PS C:\Windows\System32\WindowsPowerShell\v1.0> xperf -on BASE+Pool+ReferenceSet -stackwalk PoolAlloc+PoolFree -buffersiz
  2. e 2048 -MaxFile 2048 -FileMode Circular && timeout -1 && xperf -d C:\trace_pool_alloc.etl
  3. At line:1 char:114
  4. + ... PoolFree -buffersize 2048 -MaxFile 2048 -FileMode Circular && timeout ...
  5. +                                                                ~~
  6. The token '&&' is not a valid statement separator in this version.
  7. At line:1 char:128
  8. + ... ersize 2048 -MaxFile 2048 -FileMode Circular && timeout -1 && xperf - ...
  9. +                                                                ~~
  10. The token '&&' is not a valid statement separator in this version.
  11.     + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
  12.     + FullyQualifiedErrorId : InvalidEndOfLine
Advertisement
Add Comment
Please, Sign In to add comment