Returns true if the log file is a temporary file of asprof launcher
| 442 | |
| 443 | // Returns true if the log file is a temporary file of asprof launcher |
| 444 | bool Arguments::hasTemporaryLog() const { |
| 445 | return _log != NULL && strncmp(_log, "/tmp/asprof-log.", 16) == 0; |
| 446 | } |
| 447 | |
| 448 | // Should match statically computed HASH(arg) |
| 449 | long long Arguments::hash(const char* arg) { |