]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[COMPLIB] Renamed cl_get_frequency to cl_get_tick_freq to clarify the scope
authorftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 19 Sep 2005 07:40:13 +0000 (07:40 +0000)
committerftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 19 Sep 2005 07:40:13 +0000 (07:40 +0000)
of the function.  It does not necessarilly give the frequency of the CPUs.

Signed-off-by: Fab Tillier (ftillier@silverstorm.com)
git-svn-id: svn://openib.tc.cornell.edu/gen1@76 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/core/complib/user/cl_timer.c
trunk/inc/complib/cl_timer.h
trunk/inc/kernel/complib/cl_timer_osd.h

index 81c5b922ee973f68cdaa3007d82a81e3dcaa7aa5..311b96e185cecdb38490dd85f5caf219fbc56513 100644 (file)
@@ -184,7 +184,7 @@ cl_get_tick_count( void )
 \r
 \r
 uint64_t\r
-cl_get_frequency( void )\r
+cl_get_tick_freq( void )\r
 {\r
        LARGE_INTEGER   frequency;\r
 \r
index 7ea2641702907584184734b6adbdc4d9350f7713..8df14d8baa995d2d60724e5026abeb64609b89be 100644 (file)
@@ -414,22 +414,22 @@ cl_get_tick_count( void );
 *      Value of the high-resolution performance counter.\r
 *\r
 * SEE ALSO\r
-*      Timer, cl_get_time_stamp, cl_get_frequency\r
+*      Timer, cl_get_time_stamp, cl_get_tick_freq\r
 *********/\r
 \r
 \r
-/****f* Component Library: Time Stamp/cl_get_frequency\r
+/****f* Component Library: Time Stamp/cl_get_tick_freq\r
 * NAME\r
-*      cl_get_frequency\r
+*      cl_get_tick_freq\r
 *\r
 * DESCRIPTION\r
-*      The cl_get_frequency function returns the frequency of the\r
+*      The cl_get_tick_freq function returns the frequency of the\r
 *      high-resolution performance counter.\r
 *\r
 * SYNOPSIS\r
 */\r
 CL_EXPORT uint64_t CL_API\r
-cl_get_frequency( void );\r
+cl_get_tick_freq( void );\r
 /*\r
 * RETURN VALUE\r
 *      The frequency of the high-resolution performance counter.\r
index e09813b34beb519454fc5c31a5dc4e63e5ed4913..2a7285b6074520881ea73e63ac44f79249f83580 100644 (file)
@@ -87,7 +87,7 @@ cl_get_tick_count( void )
 }\r
 \r
 CL_INLINE uint64_t CL_API\r
-cl_get_frequency( void )\r
+cl_get_tick_freq( void )\r
 {\r
        LARGE_INTEGER   frequency;\r
 \r