* NOTE: we generate a zero-duration frame since the purpose of this
* plugin is to track the files. Furthermore, actually measuring the
* duration of the open/close calls seems too complex (at least for now)
*/
OperationCollector collector = getCollector();
collector.enter(op);
collector.exitNormal();
return op;
}
Operation createOperation(JoinPoint.StaticPart staticPart, String action, String filePath) {