コード例 #1
0
ファイル: StatsManager.cs プロジェクト: rryk/omp-server
        /// <summary>
        /// Start collecting statistics related to assets.
        /// Should only be called once.
        /// </summary>
        public static AssetStatsCollector StartCollectingAssetStats()
        {
            assetStats = new AssetStatsCollector();

            return assetStats;
        }
コード例 #2
0
ファイル: StatsManager.cs プロジェクト: justasabc/wifi
        /// <summary>
        /// Start collecting statistics related to assets.
        /// Should only be called once.
        /// </summary>
        public static AssetStatsCollector StartCollectingAssetStats()
        {
            assetStats = new AssetStatsCollector();

            return(assetStats);
        }