The Bereznikers

  • Home
  • Visual Foxpro
  • SQL
  • Java
  • C
  • Office
  • Windows
Home

Tags

code foxpro html mssql sergey sql tsql vfp vfp8 vfp9 winapi wsh
more tags

Recent posts

  • Send email via MSN email account
  • Send email via Yahoo mail account
  • Remove Structural CDX or Memo flag from a table
  • GDIPLUS.DLL security updates for VFP 8.0 and VFP 9.0
  • Powershell - Benchmark Command
  • VFP OLE DB provider
  • Retrieve HTML from Clipboard
  • Appropriate license for this class not found error at runtime
  • Retrieving Windows TaskBar Size and Location
  • Is variable or property an array?
more

Recent comments

  • CDO 2000 and RTF body
    1 week 2 days ago
  • hmmm i get a 80040217 error
    1 week 2 days ago
  • Re: The transport failed to connect to the server
    1 week 3 days ago
  • The transport failed to connect to the server
    1 week 3 days ago
  • Re: Very Cool. Thanks for posting
    1 week 3 days ago
  • Thank you for sharing this code
    2 weeks 3 days ago
  • Very useful code to determine 64bits OS
    6 weeks 4 days ago
  • Re: Problem with Chinese characters
    7 weeks 5 days ago
  • Problem with Chinese characters
    7 weeks 5 days ago
  • Thank You!
    8 weeks 3 days ago

benchmark

Powershell - Benchmark Command

Submitted by Vadim on September 26, 2009 - 17:57
  • benchmark
  • measure
  • powershell
  • time
  • windows

Powershell comes with a cmdlet called "Measure-Command" that can execute a block of commands and measure how long it takes to run. It's analogous to the unix "time" command.

What if you want to run something a number of times and take the average?

  • Vadim's blog
  • Add new comment
  • Read more
  • 959 reads
Syndicate content