adireddy/perf

View on GitHub

Showing 4 of 4 total issues

String memory appears 3 times in the file
Open

        memory = _createDiv("memory", 32);
Severity: Minor
Found in src/Perf.hx by haxe-checkstyle

Checks for multiple occurrences of the same string literal within a single file. Code duplication makes maintenance more difficult, so it's better to replace the multiple occurrences with a constant.

Invalid member signature: CAF (name should be ~/^_[a-z][a-zA-Z0-9]*$/)
Open

    var CAF:Dynamic;
Severity: Info
Found in src/Perf.hx by haxe-checkstyle

Checks that instance variable names conform to a format specified by the format property.

Left curly should be at EOL (only line break or comment after curly)
Open

                id = Timer.delay(function() { callback(currTime + timeToCall); }, timeToCall);
Severity: Info
Found in src/Perf.hx by haxe-checkstyle

Checks for the placement of left curly braces ({) for code blocks. The policy to verify is specified using the property option.

Invalid member signature: RAF (name should be ~/^_[a-z][a-zA-Z0-9]*$/)
Open

    var RAF:Dynamic;
Severity: Info
Found in src/Perf.hx by haxe-checkstyle

Checks that instance variable names conform to a format specified by the format property.

Severity
Category
Status
Source
Language