Re: clock time in milliseconds into a c program

2005-01-21 Thread Marco Trentini
On Wed, Jan 19, 2005 at 08:12:13PM -0600, Ryan Sommers wrote: > Marco Trentini wrote: > >Hi, I need to clock the function execution time into a C > >program. I know /usr/include/time.h library but I need to > >clock the time in milliseconds. > > > >Any suggestions

clock time in milliseconds into a c program

2005-01-19 Thread Marco Trentini
Hi, I need to clock the function execution time into a C program. I know /usr/include/time.h library but I need to clock the time in milliseconds. Any suggestions, links? -- Marco Trentini[EMAIL PROTECTED] http://www.remotelab.org

Re: FreeBSD 5.2 and ACPI

2004-07-20 Thread Marco Trentini
> then add hint.acpi.0.disabled to /boot/loader.conf ? or is anything to be done > before doin a make and a make install? > > any help will be appreciated. Put hint.acpi.0.disabled=1 in your loader.conf, then reboot and build your custom kernel. -- Marco Trentini