Skip to content

Instantly share code, notes, and snippets.

Fresh unicode-ident v1.0.3
Fresh autocfg v1.1.0
Fresh cfg-if v1.0.0
Fresh once_cell v1.13.1
Fresh version_check v0.9.4
Fresh byteorder v1.4.3
Fresh proc-macro2 v1.0.43
Fresh instant v0.1.12
Fresh scopeguard v1.1.0
Fresh bitflags v1.3.2
Linux Centos68-daniel 2.6.32-642.el6.x86_64 #1 SMP Tue May 10 17:27:01 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[root@Centos68-daniel ~]# stap -e 'probe vfs.write,vfs.read{}' -c 'dd bs=4K count=1M if=/dev/zero of=/dev/null'
1048576+0 records in
1048576+0 records out
4294967296 bytes (4.3 GB) copied, 3.40183 s, 1.3 GB/s
[root@Centos68-daniel ~]# dd bs=4K count=1M if=/dev/zero of=/dev/null
@lightydo
lightydo / Makefile
Created April 19, 2016 12:44
Generated executable are not clean with `ndk-build clean`
[armeabi] Install : hello-exe => libs/armeabi/hello-exe
[armeabi-v7a] Install : hello-exe => libs/armeabi-v7a/hello-exe
[arm64-v8a] Install : hello-exe => libs/arm64-v8a/hello-exe
# GNU Make 4.0
# Built for x86_64-pc-linux-gnu
# Copyright (C) 1988-2013 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.