Something went wrong on our end
Select Git revision
system_app.te
-
Pavel Grafov authored
This is needed to allow system apps to know whether security logging is enabled, so that they can in this case log additional audit events. Test: logged a security event from locally modified KeyChain app. Bug: 70886042 Change-Id: I9e18d59d72f40510f81d1840e4ac76a654cf6cbd
Pavel Grafov authoredThis is needed to allow system apps to know whether security logging is enabled, so that they can in this case log additional audit events. Test: logged a security event from locally modified KeyChain app. Bug: 70886042 Change-Id: I9e18d59d72f40510f81d1840e4ac76a654cf6cbd
plot-throughput.sh 813 B
#!/bin/sh
mkdir -p plots
./plot.py -w -o plots/throughput-80.tex -ix "*00us" --y-label "Kops/sec" --error-bars "minmax" -- results/throughput-80-procs
./plot.py -w -o plots/throughput-80-100us.tex -i "*100us" --y-label "Kops/sec" --error-bars "minmax" -- results/throughput-80-procs
./plot.py -w -o plots/throughput-80-200us.tex -i "*200us" --y-label "Kops/sec" --error-bars "minmax" -- results/throughput-80-procs
./plot.py -w -o plots/throughput-20.tex -ix "*00us" --y-label "Kops/sec" --error-bars "minmax" -- results/throughput-20-procs
./plot.py -w -o plots/throughput-20-100us.tex -i "*100us" --y-label "Kops/sec" --error-bars "minmax" -- results/throughput-20-procs
./plot.py -w -o plots/throughput-20-200us.tex -i "*200us" --y-label "Kops/sec" --error-bars "minmax" -- results/throughput-20-procs