mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-29 14:51:17 +00:00
fixed VCS clock profile update
This commit is contained in:
parent
b6604faf67
commit
d6fe963f62
@ -326,6 +326,7 @@ function showLoopTimingForPC(pc, sourcefile, ed) {
|
|||||||
jsrresult = {};
|
jsrresult = {};
|
||||||
// recurse through all traces
|
// recurse through all traces
|
||||||
_traceInstructions(pc | platform.getOriginPC(), MAX_CLOCKS, MAX_CLOCKS);
|
_traceInstructions(pc | platform.getOriginPC(), MAX_CLOCKS, MAX_CLOCKS);
|
||||||
|
ed.editor.clearGutter("gutter-bytes");
|
||||||
// show the lines
|
// show the lines
|
||||||
for (var line in sourcefile.line2offset) {
|
for (var line in sourcefile.line2offset) {
|
||||||
var pc = sourcefile.line2offset[line];
|
var pc = sourcefile.line2offset[line];
|
||||||
|
Loading…
Reference in New Issue
Block a user