mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-25 04:35:59 +10:00
[강운덕] [PROFILER-31] 자료 구조 튜닝.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@3924 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -186,7 +186,7 @@ public enum ServiceType {
|
||||
return serviceType;
|
||||
}
|
||||
|
||||
private static final IntHashMap<ServiceType> CODE_LOOKUP_TABLE = new IntHashMap<ServiceType>(128);
|
||||
private static final IntHashMap<ServiceType> CODE_LOOKUP_TABLE = new IntHashMap<ServiceType>(256);
|
||||
private static final Map<String, List<ServiceType>> STATISTICS_LOOKUP_TABLE = new HashMap<String, List<ServiceType>>(64);
|
||||
|
||||
static {
|
||||
|
||||
Reference in New Issue
Block a user