Changeset 24


Ignore:
Timestamp:
Dec 24, 2004, 11:52:24 PM (19 years ago)
Author:
altba\rryu
Message:

パフォーマンスカウンター系のクラスのファイルをとりあえず追加。

Location:
trunk/MacFaceLibrary
Files:
4 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceLibrary/CPUUsageCounter.cs

    • Property svn:keywords changed from Id to id
    r23 r24  
     1/*
     2 * $Id$
     3 */
    14using System;
    25
  • trunk/MacFaceLibrary/MacFaceLibrary.csproj

    r18 r24  
    9595                />
    9696                <File
     97                    RelPath = "CPUUsage.cs"
     98                    SubType = "Code"
     99                    BuildAction = "Compile"
     100                />
     101                <File
     102                    RelPath = "CPUUsageCounter.cs"
     103                    SubType = "Code"
     104                    BuildAction = "Compile"
     105                />
     106                <File
    97107                    RelPath = "Face.cs"
    98108                    SubType = "Code"
     
    105115                />
    106116                <File
    107                     RelPath = "HostStatistics.cs"
     117                    RelPath = "MemoryUsage.cs"
     118                    SubType = "Code"
     119                    BuildAction = "Compile"
     120                />
     121                <File
     122                    RelPath = "MemoryUsageCounter.cs"
    108123                    SubType = "Code"
    109124                    BuildAction = "Compile"
     
    111126                <File
    112127                    RelPath = "Part.cs"
     128                    SubType = "Code"
     129                    BuildAction = "Compile"
     130                />
     131                <File
     132                    RelPath = "Pentium4UsageCounter.cs"
    113133                    SubType = "Code"
    114134                    BuildAction = "Compile"
Note: See TracChangeset for help on using the changeset viewer.