Ignore:
Timestamp:
Sep 9, 2005, 2:13:57 AM (19 years ago)
Author:
rryu
Message:

CPU利用統計、メモリ利用統計の処理をアプリケーションクラスから専用のクラスに移した。
それに伴い不要になった*Counter系クラスを削除した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceLibrary/MacFaceLibrary.csproj

    r27 r61  
    100100                />
    101101                <File
    102                     RelPath = "CPUUsage.cs"
     102                    RelPath = "CPUStatistics.cs"
    103103                    SubType = "Code"
    104104                    BuildAction = "Compile"
    105105                />
    106106                <File
    107                     RelPath = "CPUUsageCounter.cs"
     107                    RelPath = "CPUUsage.cs"
    108108                    SubType = "Code"
    109109                    BuildAction = "Compile"
     
    120120                />
    121121                <File
    122                     RelPath = "MemoryUsage.cs"
     122                    RelPath = "MemoryStatistics.cs"
    123123                    SubType = "Code"
    124124                    BuildAction = "Compile"
    125125                />
    126126                <File
    127                     RelPath = "MemoryUsageCounter.cs"
     127                    RelPath = "MemoryUsage.cs"
    128128                    SubType = "Code"
    129129                    BuildAction = "Compile"
Note: See TracChangeset for help on using the changeset viewer.