bugfix but still
This commit is contained in:
parent
c39eb0c08d
commit
4173bb721a
|
@ -13,7 +13,7 @@ import java.util.List;
|
|||
*
|
||||
* This allows developers to only edit C/C++ header yet see proper names in chrome://tracing JSON file
|
||||
*
|
||||
* This is not used in runtime while profiling actual firmward
|
||||
* This is not used in runtime while profiling actual firmware
|
||||
* @see JsonOutput
|
||||
* @see EnumNames
|
||||
*
|
||||
|
|
|
@ -79,7 +79,7 @@ public class Entry {
|
|||
|
||||
|
||||
double timestampSeconds = timestampNt / 1000000.0;
|
||||
minValue = Math.min(minValue, timestampNt);
|
||||
minValue = Math.min(minValue, timestampSeconds);
|
||||
String name;
|
||||
if (type == 1) {
|
||||
name = "ISR: " + thread;
|
||||
|
|
Loading…
Reference in New Issue