summaryrefslogtreecommitdiff
path: root/mysys/my_rdtsc.c
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27429: Support RISC-V cycle timeralexfanqi2022-01-061-0/+2
* Merge 10.4 into 10.5Marko Mäkelä2020-08-011-0/+6
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-07-311-0/+4
| |\
| | * speed up my_timer_init()Eugene Kosov2020-07-291-0/+4
| * | MDEV-23249: Support aarch64 architecture timerTzachi Zidenberg2020-07-231-0/+2
* | | MDEV-23175: my_timer_milliseconds clock_gettime for multiple platfomrsDaniel Black2020-07-281-10/+22
* | | MDEV-23175: my_timer_milliseconds ftime deprecated - clock_gettime replacementDaniel Black2020-07-151-2/+12
|/ /
* | MDEV-19845: Define my_timer_cycles() inlineMarko Mäkelä2019-06-281-213/+8
|/
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\
| * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * MDEV-8692 prefschema test failures on ARM (on Debian build system)Alexander Barkov2017-07-171-0/+25
* | MDEV-9172 - Analyze patches for IBM System zSergey Vojtovich2015-12-091-0/+9
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-0/+25
|\ \
| * | MDEV-8692 prefschema test failures on ARM (on Debian build system)Alexander Barkov2015-10-301-0/+25
| |/
* | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-5/+2
|/
* Updated/added copyright headersKent Boortz2011-06-301-2/+2
* WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-201-8/+2
* WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-151-37/+1
* remove use of undocumented __sparcv8plus - this macro does not seem to be def...Vladislav Vaintroub2010-02-141-4/+4
* WL#2360 Performance schemaMarc Alff2010-01-111-6/+6
* WL#2373 Use cycle counter for timingMarc Alff2009-11-241-0/+1004