Commit 509802fd authored by Camillo Bruni's avatar Camillo Bruni Committed by Commit Bot

[log] Add predictable logging

Use monotonic times for logging with --predictable.

Bug: v8:10937, v8:10966, v8:10668
Change-Id: I3d4f0d48375f6f5d9fa375cf5393ff3afee7c0b9
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2465829
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70474}
parent f1ffb4df
This diff is collapsed.
......@@ -314,6 +314,8 @@ class Logger : public CodeEventListener {
// each script is logged only once.
bool EnsureLogScriptSource(Script script);
int64_t Time();
Isolate* isolate_;
// The sampler used by the profiler and the sliding state window.
......
......@@ -984,9 +984,6 @@
# BUG(v8:9975).
'es6/typedarray-copywithin': [SKIP],
# BUG(https://crbug.com/v8/10966)
'tools/log_two_byte': [SKIP],
}], # 'predictable == True'
##############################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment