edu.berkeley.nlp.lm.util
Annotation Type Annotations.PrintMemoryCount


@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface Annotations.PrintMemoryCount

Fields annotated with this annotation will have their memory usage added to the memory usage map returned by countApproximateMemoryUsage. Fields without this annotation will be counted towards total memory usage but not printed specifically.

Author:
adampauls