Sponsored Content
Full Discussion: RDTSC use in C:
Top Forums Programming RDTSC use in C: Post 302324900 by Sivaraman on Friday 12th of June 2009 07:04:45 AM
Old 06-12-2009
Thanks for your idea. But i am using the application in a EFI environment. To get the Ticks processed we can use RDTSC only. Anyway i will try your logic.
 
efi_ls(1M)																efi_ls(1M)

NAME
efi_ls - list EFI file information or contents of an EFI directory SYNOPSIS
devicefile] [path] DESCRIPTION
lists file information or contents of an EFI directory. The EFI file system is based on the FAT file system and used by the Itanium-based system BIOS to locate an HP-UX bootloader. See efi(4). lists filenames, last modified dates, and file sizes. devicefile should be a device file for an EFI volume. Given a path, determines whether the path is a file or a directory. For a file, lists the file by itself. For a directory, lists the contents of the directory. If no path is given, lists the root directory for EFI volume. A path should be relative to the root of the EFI volume specified by device- file, not to an HP-UX file system. Options recognizes the following option: devicefile is the device special file of the EFI file system to be listed. Without the option, uses the device file specified in the environment variable if it is defined. The option overrides the environment variable. RETURN VALUE
returns exit code 0 on success. Otherwise it prints a diagnostic message and returns nonzero. 0 Successful completion. >0 Error condition occurred. EXAMPLES
List a root directory of device file which contains an EFI file system: List a root directory of the persistent device file (see intro(7)), which contains an EFI file system: List the contents of directory of device file which contains an EFI file system: List information about the file of device file which contains an EFI file system: AUTHOR
was developed by HP. SEE ALSO
efi_cp(1M), efi_fsinit(1M), efi_mkdir(1M), efi_rmdir(1M), efi_rm(1M), efi(4), intro(7). Itanium(R)-based Systems Only efi_ls(1M)
All times are GMT -4. The time now is 07:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy