FirteX-高性能全文索引和检索平台

API Documentation


首页 | 名字空间列表 | 类继承关系 | 组合类型列表 | $(BL\录(B | 文件列表 | 名字空间成员 | 组合类型成员 | 文件成员

SpeedProbe.h

浏览该文件的文档。
00001 //
00002 // Copyright(C) 2005--2006 Institute of Computing Tech, Chinese Academy of Sciences. 
00003 // All rights reserved.
00004 // This file is part of FirteX (www.firtex.org)
00005 //
00006 // Use of the FirteX is subject to the terms of the software license set forth in 
00007 // the LICENSE file included with this software, and also available at
00008 // http://www.firtex.org/license.html
00009 //
00010 // Author       : 郭瑞杰(GuoRuijie)
00011 // Email        : ruijieguo@software.ict.ac.cn,ruijieguo@gmail.com
00012 // Created      : 2005/10/19
00013 //
00014 #ifndef __SPEEDPROBE_H
00015 #define __SPEEDPROBE_H
00016 
00017 #include <string>
00018 
00019 using namespace std;
00020 
00021 
00022 namespace firtex
00023 {
00024         namespace utility
00025         {
00026                 class CSpeedProbe
00027                 {
00028                 public:
00029                         CSpeedProbe(void);                              
00030                         virtual ~CSpeedProbe(void);
00031                 public: 
00032                 public:
00033                         long    begin();
00034                         long    end();
00035 
00042                         double  speed(const string& filelist,double metrics);
00043                                                 
00044 
00045                         //获取运行时间间隔,以秒为单位
00046                         double  timeSpan();
00047 
00048                         long    getFilesLength(const string& filelist);
00049                 protected:
00050                         long            m_lBegin;
00051                         long            m_lEnd;                 
00052                 };
00053         }
00054 }
00055 
00056 
00057 #endif
00058 

http://www.firtex.org http://www.sourceforge.net/projects/firtex