Home
last modified time | relevance | path

Searched defs:TimeRecord (Results 1 – 25 of 48) sorted by relevance

12

/dports/games/spring/spring_98.0/rts/System/
H A DTimeProfiler.h99 struct TimeRecord { struct
100 TimeRecord() in TimeRecord() function
126 std::map<std::string,TimeRecord> profile; argument
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/
H A DPlayerBase.h93 struct TimeRecord struct
109 TimeRecord() in TimeRecord() argument
113TimeRecord(mp_uint32 pos, mp_uint32 row, mp_uint32 tempo, mp_uint32 speed, mp_sint32 mainVol, mp_s… in TimeRecord() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Support/
H A DTiming.cpp112 struct TimeRecord { struct
113 TimeRecord(double wall = 0.0, double user = 0.0) : wall(wall), user(user) {} in TimeRecord() argument
115 TimeRecord &operator+=(const TimeRecord &other) { in operator +=()
121 TimeRecord &operator-=(const TimeRecord &other) { in operator -=()
129 void print(raw_ostream &os, const TimeRecord &total) { in print()
135 double wall, user;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Support/
H A DTiming.cpp112 struct TimeRecord { struct
113 TimeRecord(double wall = 0.0, double user = 0.0) : wall(wall), user(user) {} in TimeRecord() function
115 TimeRecord &operator+=(const TimeRecord &other) { in operator +=()
121 TimeRecord &operator-=(const TimeRecord &other) { in operator -=()
129 void print(raw_ostream &os, const TimeRecord &total) { in print()
135 double wall, user;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Support/
H A DTiming.cpp112 struct TimeRecord { struct
113 TimeRecord(double wall = 0.0, double user = 0.0) : wall(wall), user(user) {} in TimeRecord() argument
115 TimeRecord &operator+=(const TimeRecord &other) { in operator +=()
121 TimeRecord &operator-=(const TimeRecord &other) { in operator -=()
129 void print(raw_ostream &os, const TimeRecord &total) { in print()
135 double wall, user;
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Support/
H A DTiming.cpp112 struct TimeRecord { struct
113 TimeRecord(double wall = 0.0, double user = 0.0) : wall(wall), user(user) {} in TimeRecord() function
115 TimeRecord &operator+=(const TimeRecord &other) { in operator +=()
121 TimeRecord &operator-=(const TimeRecord &other) { in operator -=()
129 void print(raw_ostream &os, const TimeRecord &total) { in print()
135 double wall, user;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Pass/
H A DPassTiming.cpp28 struct TimeRecord { struct
29 TimeRecord(double wall = 0.0, double user = 0.0) : wall(wall), user(user) {} in TimeRecord() argument
31 TimeRecord &operator+=(const TimeRecord &other) { in operator +=()
39 void print(raw_ostream &os, const TimeRecord &total) { in print()
46 double wall, user;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Pass/
H A DPassTiming.cpp28 struct TimeRecord { struct
29 TimeRecord(double wall = 0.0, double user = 0.0) : wall(wall), user(user) {} in TimeRecord() argument
31 TimeRecord &operator+=(const TimeRecord &other) { in operator +=()
39 void print(raw_ostream &os, const TimeRecord &total) { in print()
46 double wall, user;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Pass/
H A DPassTiming.cpp28 struct TimeRecord { struct
29 TimeRecord(double wall = 0.0, double user = 0.0) : wall(wall), user(user) {} in TimeRecord() argument
31 TimeRecord &operator+=(const TimeRecord &other) { in operator +=()
39 void print(raw_ostream &os, const TimeRecord &total) { in print()
46 double wall, user;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Pass/
H A DPassTiming.cpp28 struct TimeRecord { struct
29 TimeRecord(double wall = 0.0, double user = 0.0) : wall(wall), user(user) {} in TimeRecord() argument
31 TimeRecord &operator+=(const TimeRecord &other) { in operator +=()
39 void print(raw_ostream &os, const TimeRecord &total) { in print()
46 double wall, user;
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Pass/
H A DPassTiming.cpp28 struct TimeRecord { struct
29 TimeRecord(double wall = 0.0, double user = 0.0) : wall(wall), user(user) {} in TimeRecord() argument
31 TimeRecord &operator+=(const TimeRecord &other) { in operator +=()
39 void print(raw_ostream &os, const TimeRecord &total) { in print()
46 double wall, user;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/
H A Dpremac.h23 #define TimeRecord MacOSTimeRecord macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/
H A Dpremac.h23 #define TimeRecord MacOSTimeRecord macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/libreofficekit/qa/tilebench/
H A Dtilebench.cxx55 struct TimeRecord { struct
56 const char *mpName;
57 double mfTime;
59 TimeRecord() : mpName(nullptr), mfTime(getTimeNow()) { } in TimeRecord() argument
60 explicit TimeRecord(const char *pName) : in TimeRecord() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/libreofficekit/qa/tilebench/
H A Dtilebench.cxx51 struct TimeRecord { struct
55 TimeRecord() : mpName(nullptr), mfTime(getTimeNow()) { } in TimeRecord() argument
56 explicit TimeRecord(const char *pName) : in TimeRecord() argument
/dports/databases/postgresql13-pltcl/postgresql-13.5/contrib/pageinspect/
H A DMakefile1 # contrib/pageinspect/Makefile
2
3 MODULE_big = pageinspect
4 OBJS = \
5 $(WIN32RES) \
6 brinfuncs.o \
7 btreefuncs.o \
8 fsmfuncs.o \
9 ginfuncs.o \
10 hashfuncs.o \
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dmediactrl_qt.cpp135 struct TimeRecord struct
137 wide value; // units
138 TimeScale scale; // units per second
139 TimeBase base;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dmediactrl_qt.cpp128 struct TimeRecord struct
130 wide value; // units
131 TimeScale scale; // units per second
132 TimeBase base;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dmediactrl_qt.cpp135 struct TimeRecord struct
137 wide value; // units
138 TimeScale scale; // units per second
139 TimeBase base;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/
H A DMacTypes.h599 struct TimeRecord { struct
604 typedef struct TimeRecord TimeRecord; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/
H A DMacTypes.h599 struct TimeRecord { struct
604 typedef struct TimeRecord TimeRecord; argument
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dmediactrl_qt.cpp140 struct TimeRecord struct
142 wide value; // units
143 TimeScale scale; // units per second
144 TimeBase base;
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dmediactrl_qt.cpp140 struct TimeRecord struct
142 wide value; // units
143 TimeScale scale; // units per second
144 TimeBase base;
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dmediactrl_qt.cpp140 struct TimeRecord struct
142 wide value; // units
143 TimeScale scale; // units per second
144 TimeBase base;
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dmediactrl_qt.cpp140 struct TimeRecord struct
142 wide value; // units
143 TimeScale scale; // units per second
144 TimeBase base;

12