comparison graal/com.oracle.max.criutils/src/com/oracle/max/criutils/BaseProfilingInfo.java @ 5547:b6617d13ea44

Dropping Ci* prefixes. Some additional renamings in the api.code interface.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 09 Jun 2012 20:10:05 +0200
parents b4c406861c33
children 429accae15aa
comparison
equal deleted inserted replaced
5546:e42c0df7212a 5547:b6617d13ea44
82 return 0; 82 return 0;
83 } 83 }
84 84
85 @Override 85 @Override
86 public String toString() { 86 public String toString() {
87 return "BaseProfilingInfo<" + CiUtil.profileToString(this, null, "; ") + ">"; 87 return "BaseProfilingInfo<" + CodeUtil.profileToString(this, null, "; ") + ">";
88 } 88 }
89 } 89 }