@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
6 lines • 432 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PerSliceMeasurements = exports.CommonSlicerMeasurements = void 0;
exports.CommonSlicerMeasurements = ['initialize R session', 'retrieve AST from R code', 'normalize R AST', 'produce dataflow information', 'close R session', 'total'];
exports.PerSliceMeasurements = ['static slicing', 'reconstruct code', 'total'];
//# sourceMappingURL=stats.js.map