Home
last modified time | relevance | path

Searched refs:iotime (Results 1 – 25 of 71) sorted by relevance

123

/dports/math/colpack/ColPack-1.0.10-249-g9a7293a/src/SMPGC/
H A DSMPGCGraph.cpp15 SMPGCGraph::SMPGCGraph(const string& graph_name, const string& format, double* iotime) { in SMPGCGraph() argument
18 … do_read_MM_struct(m_graph_name, m_ia, m_ja, &m_max_degree, &m_min_degree, &m_avg_degree, iotime); in SMPGCGraph()
20 …o_read_Metis_struct(m_graph_name, m_ia, m_ja, &m_max_degree, &m_min_degree, &m_avg_degree, iotime); in SMPGCGraph()
37 …ame, vector<int>&ia, vector<int>&ja, int* pMaxDeg, int* pMinDeg, double* pAvgDeg, double* iotime) { in do_read_MM_struct() argument
51 if(iotime) { *iotime=0; *(clock_t *)iotime = -clock(); } in do_read_MM_struct()
143 … if(iotime) { *(clock_t*)iotime += clock(); *iotime = double(*((clock_t*)iotime))/CLOCKS_PER_SEC; } in do_read_MM_struct()
155 …ame, vector<int>&ia, vector<int>&ja, int* pMaxDeg, int* pMinDeg, double* pAvgDeg, double* iotime) { in do_read_Metis_struct() argument
168 if(iotime) { *iotime=0; *(clock_t *)iotime = -clock(); } in do_read_Metis_struct()
228 … if(iotime) { *(clock_t*)iotime += clock(); *iotime = double(*((clock_t*)iotime))/CLOCKS_PER_SEC; } in do_read_Metis_struct()
H A DSMPGCGraph.h28 SMPGCGraph(const string& fname, const string& format, double*iotime);
48 …name, vector<int>&vi, vector<int>&vj, int*p_maxdeg, int*p_mindeg, double *p_avgdeg, double*iotime);
49 …name, vector<int>&vi, vector<int>&vj, int*p_maxdeg, int*p_mindeg, double *p_avgdeg, double*iotime);
H A DSMPGCOrdering.cpp16 SMPGCOrdering::SMPGCOrdering(const string& graph_name, const string& fmt, double*iotime, const str… in SMPGCOrdering() argument
17 : SMPGCGraph(graph_name, fmt, iotime), m_mt(SMPGC::RAND_SEED) { in SMPGCOrdering()
H A DSMPGCOrdering.h45 …SMPGCOrdering(const string& file_name, const string& fmt, double*iotime, const string& order, doub…
/dports/math/colpack/ColPack-1.0.10-249-g9a7293a/Examples/SMPGC/
H A Dmain.cpp64 double iotime,ordtime; in main() local
65 … SMPGCColoring *g = new SMPGCColoring(fname,"MM",bVerbose?(&iotime):nullptr, "NATURAL", nullptr); in main()
68 …otime"); if(iotime>60) { printf(" %d min",((int)iotime)/60); iotime= ((int)(iotime)%60)+(iotime- (… in main()
/dports/biology/seqan1/seqan-1.3.1/demos/
H A Dfile_speed.cpp28 SEQAN_PROTIMESTART(iotime); in testThroughput()
42 cout << ((repeats*blockSize / (512.0 * 1024.0)) / SEQAN_PROTIMEDIFF(iotime)); in testThroughput()
58 SEQAN_PROTIMESTART(iotime); in testExtString()
66 cout << ((repeats*blockSize / (512.0 * 1024.0)) / SEQAN_PROTIMEDIFF(iotime)); in testExtString()
80 SEQAN_PROTIMESTART(iotime); in testMMapString()
88 cout << ((repeats*blockSize / (512.0 * 1024.0)) / SEQAN_PROTIMEDIFF(iotime)); in testMMapString()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/demos/unassigned_or_unused/
H A Dfile_speed.cpp28 SEQAN_PROTIMESTART(iotime); in testThroughput()
42 std::cout << ((repeats * blockSize / (512.0 * 1024.0)) / SEQAN_PROTIMEDIFF(iotime)); in testThroughput()
59 SEQAN_PROTIMESTART(iotime); in testExtString()
67 std::cout << ((repeats * blockSize / (512.0 * 1024.0)) / SEQAN_PROTIMEDIFF(iotime)); in testExtString()
82 SEQAN_PROTIMESTART(iotime); in testMMapString()
90 std::cout << ((repeats * blockSize / (512.0 * 1024.0)) / SEQAN_PROTIMEDIFF(iotime)); in testMMapString()
/dports/x11-wm/awesome-vicious/vicious-2.4.1/widgets/
H A Ddio_linux.lua42 local device, read, write, iotime =
45 disk_lines[device] = { read, write, iotime }
65 local iotime = (stats[3] - last_stats[3]) / interval
71 helpers.uformat(disk_usage, device.." iotime", iotime, time_unit)
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dvstream.h60 struct timeval iotime; /* time of last fill/flush */ member
132 #define vstream_ftime(vp) ((time_t) ((vp)->iotime.tv_sec))
133 #define vstream_ftimeval(vp) ((vp)->iotime)
H A Dvstream.c807 before = stream->iotime; in vstream_fflush_some()
819 GETTIMEOFDAY(&stream->iotime); in vstream_fflush_some()
821 VSTREAM_SUB_TIME(elapsed, stream->iotime, before); in vstream_fflush_some()
996 GETTIMEOFDAY(&stream->iotime); in vstream_buf_get_ready()
998 VSTREAM_SUB_TIME(elapsed, stream->iotime, before); in vstream_buf_get_ready()
1347 stream->iotime.tv_sec = stream->iotime.tv_usec = 0; in vstream_subopen()
1649 GETTIMEOFDAY(&stream->iotime); in vstream_control()
/dports/graphics/tachyon/tachyon/src/
H A Drender.c274 flt iotime; in renderio() local
323 iotime = rt_timer_time(ioth); in renderio()
326 sprintf(msgtxt, " Image I/O Time: %10.4f seconds", iotime); in renderio()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/shirou/gopsutil/disk/
H A Ddisk_linux.go346 iotime, err := strconv.ParseUint((fields[12]), 10, 64)
364 IoTime: iotime,
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libtexture/
H A Dimagecache.cpp84 return a->iotime() > b->iotime(); in iotime_compare()
92 double arate = (a->iotime() == 0) in iorate_compare()
95 double brate = (b->iotime() == 0) in iorate_compare()
1258 tf->iotime() += createtime; in verify_file()
1687 Strutil::timeintervalformat(file->iotime())); in onefile_stat_line()
1768 total_iotime += file->iotime(); in getstats()
1977 100.0 * file->iotime() / total_iotime); in getstats()
1986 if (file->iotime() < 0.25) in getstats()
1991 double r = mb / file->iotime(); in getstats()
1999 / files.back()->iotime(); in getstats()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libtexture/
H A Dimagecache.cpp84 return a->iotime() > b->iotime(); in iotime_compare()
92 double arate = (a->iotime() == 0) in iorate_compare()
95 double brate = (b->iotime() == 0) in iorate_compare()
1258 tf->iotime() += createtime; in verify_file()
1687 Strutil::timeintervalformat(file->iotime())); in onefile_stat_line()
1768 total_iotime += file->iotime(); in getstats()
1977 100.0 * file->iotime() / total_iotime); in getstats()
1986 if (file->iotime() < 0.25) in getstats()
1991 double r = mb / file->iotime(); in getstats()
1999 / files.back()->iotime(); in getstats()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/gopsutil/disk/
H A Ddisk_linux.go348 iotime, err := strconv.ParseUint((fields[12]), 10, 64)
366 IoTime: iotime,
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/gopsutil/disk/
H A Ddisk_linux.go348 iotime, err := strconv.ParseUint((fields[12]), 10, 64)
366 IoTime: iotime,
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/shirou/gopsutil/disk/
H A Ddisk_linux.go348 iotime, err := strconv.ParseUint((fields[12]), 10, 64)
366 IoTime: iotime,
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/shirou/gopsutil/gopsutil-2.18.12/disk/
H A Ddisk_linux.go348 iotime, err := strconv.ParseUint((fields[12]), 10, 64)
366 IoTime: iotime,
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/shirou/gopsutil/disk/
H A Ddisk_linux.go348 iotime, err := strconv.ParseUint((fields[12]), 10, 64)
366 IoTime: iotime,
/dports/net/rclone/rclone-1.57.0/vendor/github.com/shirou/gopsutil/disk/
H A Ddisk_linux.go412 iotime, err := strconv.ParseUint((fields[12]), 10, 64)
430 IoTime: iotime,
/dports/net/rclone/rclone-1.57.0/vendor/github.com/shirou/gopsutil/v3/disk/
H A Ddisk_linux.go408 iotime, err := strconv.ParseUint((fields[12]), 10, 64)
426 IoTime: iotime,
/dports/security/vault/vault-1.8.2/vendor/github.com/shirou/gopsutil/v3/disk/
H A Ddisk_linux.go408 iotime, err := strconv.ParseUint((fields[12]), 10, 64)
426 IoTime: iotime,
/dports/security/vault/vault-1.8.2/vendor/github.com/shirou/gopsutil/disk/
H A Ddisk_linux.go412 iotime, err := strconv.ParseUint((fields[12]), 10, 64)
430 IoTime: iotime,
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/gopsutil/disk/
H A Ddisk_linux.go415 iotime, err := strconv.ParseUint((fields[12]), 10, 64)
433 IoTime: iotime,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/shirou/gopsutil/disk/
H A Ddisk_linux.go412 iotime, err := strconv.ParseUint((fields[12]), 10, 64)
430 IoTime: iotime,

123