News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Re: Timer code for running external synchronous code.

Started by jcfuller, October 17, 2020, 10:06:55 PM

Previous topic - Next topic

jcfuller

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

jcfuller

Never mind.
I just used a batch file.
pTimer batchfile.bat
Thanks for a very useful utility
James

jcfuller

I recant. Batch file does not work.
My first  request  stands.
Thanks
James

hutch--

#3
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.