The MASM Forum

64 bit assembler => 64 bit assembler. Conceptual Issues => Topic started by: jcfuller on October 17, 2020, 10:06:55 PM

Title: Re: Timer code for running external synchronous code.
Post by: jcfuller on October 17, 2020, 10:06:55 PM
Steve,
  Handy utility but most of the apps I want to test need command line arguments.
Any chance of adding that or is it there and I missed it?
James
Title: Re: Re: Timer code for running external synchronous code.
Post by: jcfuller on October 17, 2020, 10:10:39 PM
Never mind.
I just used a batch file.
pTimer batchfile.bat
Thanks for a very useful utility
James
Title: Re: Re: Timer code for running external synchronous code.
Post by: jcfuller on October 18, 2020, 12:00:06 AM
I recant. Batch file does not work.
My first  request  stands.
Thanks
James
Title: Re: Re: Timer code for running external synchronous code.
Post by: hutch-- on October 18, 2020, 12:41:14 AM
James,

You are welcome to modify the code to do what you need but the current design is what I wanted for timing processed video. The library has a decent parser for command lines and it has a module to get the command tail. It currently passes the command tail directly to the thread and that is where you would have to modify it.

May be simpler to modify the batch file.

I have split these posts because the forum is not a code ordering facility. The posted code is available to anyone who wants to modify the code to suit their own requirements.