{{define "checkin"}}
Metric | Value ({{index .Filename 0}}) | Value ({{index .Filename 1}}) |
---|---|---|
Screen Off Discharge Rate (%/hr) | {{with .CheckinSummary}} {{range .}}{{printf "%.2f (Discharged: %.f%%)" .ScreenOffDischargeRatePerHr.V .ScreenOffDischargePoints}} | {{end}} {{end}}|
Screen On Discharge Rate (%/hr) | {{with .CheckinSummary}} {{range .}}{{printf "%.2f (Discharged: %.f%%)" .ScreenOnDischargeRatePerHr.V .ScreenOnDischargePoints}} | {{end}} {{end}}|
Screen On Time (%) | {{with .CheckinSummary}} {{range .}}{{printf "%s (%.2f%%)" .ScreenOnTime.V .ScreenOnTimePercentage}} | {{end}} {{end}}|
Screen Off Uptime | {{with .CheckinSummary}} {{range .}}{{printf "%s (%.2f%%)" .ScreenOffUptime.V .ScreenOffUptimePercentage}} | {{end}} {{end}}|
Userspace Wakelock Time | {{with .CheckinSummary}} {{range .}}{{printf "%s (%.2f%%)" .PartialWakelockTime.V .PartialWakelockTimePercentage}} | {{end}} {{end}}|
Kernel Overhead Time | {{with .CheckinSummary}} {{range .}}{{printf "%s (%.2f%%)" .KernelOverheadTime.V .KernelOverheadTimePercentage}} | {{end}} {{end}}|
Mobile KBs/hr | {{with .CheckinSummary}} {{range .}}{{printf "%.2f" .MobileKiloBytesPerHr.V }} | {{end}} {{end}}|
WiFi KBs/hr | {{with .CheckinSummary}} {{range .}}{{printf "%.2f" .WifiKiloBytesPerHr.V }} | {{end}} {{end}}|
Mobile Active Time | {{with .CheckinSummary}} {{range .}}{{printf "%s (%.2f%%)" .MobileActiveTime.V .MobileActiveTimePercentage}} | {{end}} {{end}}|
Signal Scanning Time | {{with .CheckinSummary}} {{range .}}{{printf "%s (%.2f%%)" .SignalScanningTime.V .SignalScanningTimePercentage}} | {{end}} {{end}}|
Full Wakelock Time | {{with .CheckinSummary}} {{range .}}{{printf "%s (%.2f%%)" .FullWakelockTime.V .FullWakelockTimePercentage}} | {{end}} {{end}}|
Interactive Time | {{with .CheckinSummary}} {{range .}}{{printf "%s (%.2f%%)" .InteractiveTime.V .InteractiveTimePercentage}} | {{end}} {{end}}|
Phone Call Time | {{with .CheckinSummary}} {{range .}}{{printf "%s (%.2f%%)" .PhoneCallTime.V .PhoneCallTimePercentage}} | {{end}} {{end}}|
Device Idle Mode Enabled Time | {{with .CheckinSummary}} {{range .}}{{printf "%s (%.2f%%)" .DeviceIdleModeEnabledTime.V .DeviceIdleModeEnabledTimePercentage}} | {{end}} {{end}}|
Device Idling Time | {{with .CheckinSummary}} {{range .}}{{printf "%s (%.2f%%)" .DeviceIdlingTime.V .DeviceIdlingTimePercentage}} | {{end}} {{end}}
Name | Diff Battery (%) Consumed | #1 Battery (%) Consumed | #2 Battery (%) Consumed |
---|---|---|---|
{{.Name}} | {{printf "%.2f" $ent.PercentageDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .Percent}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .Percent}} | {{end}}
Name | Diff Sec/Hr | #1 Sec/Hr | #2 Sec/Hr | #1 Minimum Duration | #2 Minimum Duration | Diff Count/Hr | #1 Count/Hr | #2 Count/Hr | #1 Total Count | #2 Total Count |
---|---|---|---|---|---|---|---|---|---|---|
{{.Name}} | {{printf "%.2f" $ent.SecondsPerHrDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 0}}{{.Duration}} | {{end}} {{with index $ent.Entries 1}}{{.Duration}} | {{end}}{{printf "%.2f" $ent.CountPerHourDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 0}}{{.Count}} | {{end}} {{with index $ent.Entries 1}}{{.Count}} | {{end}}
Name | Diff Sec/Hr | #1 Sec/Hr | #2 Sec/Hr | #1 Total Duration | #2 Total Duration | Diff Count / Hr | #1 Count / Hr | #2 Count / Hr | #1 Total Count | #2 Total Count |
---|---|---|---|---|---|---|---|---|---|---|
{{.Name}} | {{printf "%.2f" $ent.SecondsPerHrDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 0}}{{.Duration}} | {{end}} {{with index $ent.Entries 1}}{{.Duration}} | {{end}}{{printf "%.2f" $ent.CountPerHourDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 0}}{{.Count}} | {{end}} {{with index $ent.Entries 1}}{{.Count}} | {{end}}
Name | Diff Battery Use | #1 Battery Use | #2 Battery Use |
---|---|---|---|
{{.Name}} | {{printf "%.2f" $ent.PowerPctDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .PowerPct}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .PowerPct}} | {{end}}
Name | Diff Sec/Hr | #1 Sec/Hr | #2 Sec/Hr | #1 Total Duration | #2 Total Duration | Diff Count/Hr | #1 Count/Hr | #2 Count/Hr | #1 Total Count | #2 Total Count |
---|---|---|---|---|---|---|---|---|---|---|
{{.Name}} | {{printf "%.2f" $ent.SecondsPerHrDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 0}}{{.Duration}} | {{end}} {{with index $ent.Entries 1}}{{.Duration}} | {{end}}{{printf "%.2f" $ent.CountPerHourDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 0}}{{.Count}} | {{end}} {{with index $ent.Entries 1}}{{.Count}} | {{end}}
Name | Diff MB / Hr | #1 MB / Hr | #2 MB / Hr | #1 Total MB | #2 Total MB |
---|---|---|---|---|---|
{{.Name}} | {{printf "%.2f" $ent.MobileMegaBytesPerHourDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .MobileMegaBytesPerHour}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .MobileMegaBytesPerHour}} | {{end}} {{with index $ent.Entries 0}}{{printf "%.2f" .MobileMegaBytes}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .MobileMegaBytes}} | {{end}}
Name | Diff Sec/Hr | #1 Sec/Hr | #2 Sec/Hr | #1 Total Duration | #2 Total Duration |
---|---|---|---|---|---|
{{.Name}} | {{printf "%.2f" $ent.SecondsPerHrDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 0}}{{.Duration}} | {{end}} {{with index $ent.Entries 1}}{{.Duration}} | {{end}}
Name | Diff MB / Hr | #1 MB / Hr | #2 MB / Hr | #1 MB | #2 MB |
---|---|---|---|---|---|
{{.Name}} | {{printf "%.2f" $ent.WifiMegaBytesPerHourDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .WifiMegaBytesPerHour}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .WifiMegaBytesPerHour}} | {{end}} {{with index $ent.Entries 0}}{{printf "%.2f" .WifiMegaBytes}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .WifiMegaBytes}} | {{end}}
Name | Diff Sec/Hr | #1 Sec/Hr | #2 Sec/Hr | #1 Total Duration | #2 Total Duration | Diff Count/Hr | #1 Count/Hr | #2 Count/Hr | #1 Total Count | #2 Total Count |
---|---|---|---|---|---|---|---|---|---|---|
{{.Name}} | {{printf "%.2f" $ent.SecondsPerHrDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 0}}{{.Duration}} | {{end}} {{with index $ent.Entries 1}}{{.Duration}} | {{end}}{{printf "%.2f" $ent.CountPerHourDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 0}}{{.Count}} | {{end}} {{with index $ent.Entries 1}}{{.Count}} | {{end}}
Name | Diff Sec/Hr | #1 Sec/Hr | #2 Sec/Hr | #1 Total Duration | #2 Total Duration | Diff Count/Hr | #1 Count/Hr | #2 Count/Hr | #1 Total Count | #2 Total Count |
---|---|---|---|---|---|---|---|---|---|---|
{{.Name}} | {{printf "%.2f" $ent.SecondsPerHrDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 0}}{{.Duration}} | {{end}} {{with index $ent.Entries 1}}{{.Duration}} | {{end}}{{printf "%.2f" $ent.CountPerHourDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 0}}{{.Count}} | {{end}} {{with index $ent.Entries 1}}{{.Count}} | {{end}}
Name | Diff (Count/Hr) | #1 Count/Hr | #2 Count/Hr | #1 Count | #2 Count |
---|---|---|---|---|---|
{{.Name}} | {{printf "%.2f" $ent.CountPerHrDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .CountPerHr}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .CountPerHr}} | {{end}} {{with index $ent.Entries 0}}{{.Count}} | {{end}} {{with index $ent.Entries 1}}{{.Count}} | {{end}}
Name (App Name : Process Name) | Diff ANRs | #1 ANRs | #2 ANRs | Diff Crashes | #1 Crashes | #2 Crashes |
---|---|---|---|---|---|---|
{{.Name}} | {{.ANRCountDiff}} | {{with index $ent.Entries 0}}{{.ANRCount}} | {{end}} {{with index $ent.Entries 1}}{{.ANRCount}} | {{end}}{{.CrashCountDiff}} | {{with index $ent.Entries 0}}{{.CrashCount}} | {{end}} {{with index $ent.Entries 1}}{{.CrashCount}} | {{end}}
Name | Diff Sec/Hr | #1 Sec/Hr | #2 Sec/Hr | #1 Total Duration | #2 Total Duration | Diff Count/Hr | #1 Count/Hr | #2 Count/Hr | #1 Total Count | #2 Total Count |
---|---|---|---|---|---|---|---|---|---|---|
{{.Name}} | {{printf "%.2f" $ent.SecondsPerHrDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 0}}{{.Duration}} | {{end}} {{with index $ent.Entries 1}}{{.Duration}} | {{end}}{{printf "%.2f" $ent.CountPerHourDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 0}}{{.Count}} | {{end}} {{with index $ent.Entries 1}}{{.Count}} | {{end}}
Name | Diff Sec/Hr | #1 Sec/Hr | #2 Sec/Hr | #1 Total Duration | #2 Total Duration | Diff Count/Hr | #1 Count/Hr | #2 Count/Hr | #1 Total Count | #2 Total Count |
---|---|---|---|---|---|---|---|---|---|---|
{{.Name}} | {{printf "%.2f" $ent.SecondsPerHrDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 0}}{{.Duration}} | {{end}} {{with index $ent.Entries 1}}{{.Duration}} | {{end}}{{printf "%.2f" $ent.CountPerHourDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 0}}{{.Count}} | {{end}} {{with index $ent.Entries 1}}{{.Count}} | {{end}}
Name | Diff Sec/Hr | #1 Sec/Hr | #2 Sec/Hr | #1 Total Duration | #2 Total Duration | Diff Count/Hr | #1 Count/Hr | #2 Count/Hr | #1 Total Count | #2 Total Count |
---|---|---|---|---|---|---|---|---|---|---|
{{.Name}} | {{printf "%.2f" $ent.SecondsPerHrDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .SecondsPerHr}} | {{end}} {{with index $ent.Entries 0}}{{.Duration}} | {{end}} {{with index $ent.Entries 1}}{{.Duration}} | {{end}}{{printf "%.2f" $ent.CountPerHourDiff}} | {{with index $ent.Entries 0}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 1}}{{printf "%.2f" .CountPerHour}} | {{end}} {{with index $ent.Entries 0}}{{.Count}} | {{end}} {{with index $ent.Entries 1}}{{.Count}} | {{end}}