DosQueryPerformance() dynalink library: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "==Description== MAPHYMEM.DLL is a dynalink library that maps specified physical memory region to 32bit process address space and unmaps it. It can be used any 32bit developmen..."
 
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Description==
{{Software
MAPHYMEM.DLL is a dynalink library that maps specified physical memory region to 32bit process address space and unmaps it. It can be used any 32bit development suites that can issue OS/2 APIs such as emx/gcc, VisualAge C/C++ or Watcom C/C++. Free to use, under the GNU LGPL.
|Picture=NA.png
 
|Version=1.0.0 (2001-05-25)
==Download==
|Vendor=
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/dll&file=maphymem_r101.zip Binaries 1.01]
|Author=[[Takayuki Suwa‎]]
* [Github]
|License=GNU LGPL
 
|Download={{FileLink|PerfDLL_1-0-0.zip}}
==License==
}}
* GNU LGPL
PERFDLL.DLL is a dynalink library that queries performance activity ratios (busy, idle and interrupt one) of overall system and each CPUs on 32bit OS/2 process. It can be used any 32bit development suites that can issue OS/2 APIs such as emx/gcc, VisualAge C++ or Watcom C/C++, and REXX external function interface is also supplied. Free to use, under the GNU LGPL.
 
==Author==
* [[Takayuki Suwa‎]]


==Links==
==Links==
* [https://github.com/OS2World/LIB-DosQueryPerformance Github]


[[Category:Software]]
[[Category:Libraries]]
[[Category:Open Source Software]]

Latest revision as of 22:56, 18 February 2024

DosQueryPerformance() dynalink library
Version 1.0.0 (2001-05-25)
Vendor
Author Takayuki Suwa‎
License GNU LGPL
Download PerfDLL_1-0-0.zip
Website

PERFDLL.DLL is a dynalink library that queries performance activity ratios (busy, idle and interrupt one) of overall system and each CPUs on 32bit OS/2 process. It can be used any 32bit development suites that can issue OS/2 APIs such as emx/gcc, VisualAge C++ or Watcom C/C++, and REXX external function interface is also supplied. Free to use, under the GNU LGPL.

Links