mirror of
https://github.com/netchx/netch.git
synced 2026-03-28 18:59:46 +08:00
done
This commit is contained in:
35
Netch/3rd/DnsClient.NET/StaticLog.cs
Normal file
35
Netch/3rd/DnsClient.NET/StaticLog.cs
Normal file
@@ -0,0 +1,35 @@
|
||||
////using System;
|
||||
////using System.Linq;
|
||||
////namespace DnsClient
|
||||
////{
|
||||
//// /// <summary>
|
||||
//// /// Used for debugging at the moment, might be removed in a future release.
|
||||
//// /// </summary>
|
||||
//// public static class StaticLog
|
||||
//// {
|
||||
//// /// <summary>
|
||||
//// /// The number of byte array allocations.
|
||||
//// /// </summary>
|
||||
//// public static long ByteArrayAllocations;
|
||||
|
||||
//// /// <summary>
|
||||
//// /// The number of byte arrays released.
|
||||
//// /// </summary>
|
||||
//// public static long ByteArrayReleases;
|
||||
|
||||
//// /// <summary>
|
||||
//// /// The number of resolved queries.
|
||||
//// /// </summary>
|
||||
//// public static long ResolveQueryCount;
|
||||
|
||||
//// /// <summary>
|
||||
//// /// The number of resolve query tries.
|
||||
//// /// </summary>
|
||||
//// public static long ResolveQueryTries;
|
||||
|
||||
//// /// <summary>
|
||||
//// /// The number of created clients.
|
||||
//// /// </summary>
|
||||
//// public static long CreatedClients;
|
||||
//// }
|
||||
////}
|
||||
Reference in New Issue
Block a user