Skip to content

Instantly share code, notes, and snippets.

View gmerinojimenez's full-sized avatar

Guillermo Merino Jiménez gmerinojimenez

  • Merlyn Mind
  • Madrid
  • 01:23 (UTC +02:00)
View GitHub Profile
@gmerinojimenez
gmerinojimenez / mirakle.gradle
Created August 13, 2020 10:17
Mirakle configuration example
initscript {
repositories {
jcenter()
}
dependencies {
classpath "com.instamotor:mirakle:1.3.2"
}
}
apply plugin: Mirakle
@gmerinojimenez
gmerinojimenez / disable.sh
Created August 13, 2020 10:16
Disable remote compilation
#!/bin/bash
rm ~/.gradle/init.d/mirakle.gradle
echo"Remote Compliation disabled"
@gmerinojimenez
gmerinojimenez / enable.sh
Created August 13, 2020 10:14
Enable remote compilation script
#!/bin/bash
mkdir -p ~/.gradle/init.d
cp scripts/mirakle-benchmark.gradle ~/.gradle/init.d/mirakle.gradle
echo "Remote Compilation enabled"
@gmerinojimenez
gmerinojimenez / With the change Nexus 5
Last active March 17, 2016 17:29
UI thread comparision
% adb shell dumpsys gfxinfo com.tuenti.testing !1249
Applications Graphics Acceleration Info:
Uptime: 77454 Realtime: 77442
** Graphics info for pid 4198 [com.tuenti.testing] **
Stats since: 61579267479ns
Total frames rendered: 553
Janky frames: 71 (12.84%)
90th percentile: 19ms