t1 18 ompi/mca/topo/treematch/treematch/tm_timings.c CLOCK_T t2,t1; t1 30 ompi/mca/topo/treematch/treematch/tm_timings.c t1=time_tab[clock_num--]; t1 32 ompi/mca/topo/treematch/treematch/tm_timings.c return CLOCK_DIFF(t2,t1); t1 168 opal/mca/hwloc/base/hwloc_base_dt.c hwloc_topology_t t1, t2; t1 176 opal/mca/hwloc/base/hwloc_base_dt.c t1 = (hwloc_topology_t)topo1; t1 180 opal/mca/hwloc/base/hwloc_base_dt.c d1 = hwloc_topology_get_depth(t1); t1 195 opal/mca/hwloc/base/hwloc_base_dt.c if (0 != opal_hwloc_base_topology_export_xmlbuffer(t1, &x1, &l1)) { t1 215 opal/mca/hwloc/base/hwloc_base_dt.c if (NULL == (s1 = (struct hwloc_topology_support*)hwloc_topology_get_support(t1)) || t1 722 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c char *c1, *cc1, t1[64]; t1 727 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc_obj_type_snprintf(t1, sizeof(t1), new, 0); t1 738 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c t1, c1, cc1); t1 43 orte/test/mpi/parallel_r64.c double t1,t2,mbs; t1 163 orte/test/mpi/parallel_r64.c t1 = MPI_Wtime(); t1 176 orte/test/mpi/parallel_r64.c et = (t2 - t1)/LOOP; t1 180 orte/test/mpi/parallel_r64.c mbs = (((double)(LOOP*X*Y*Z)*sizeof(int)))/(1000000.0*(t2-t1)); t1 43 orte/test/mpi/parallel_r8.c double t1,t2,mbs; t1 163 orte/test/mpi/parallel_r8.c t1 = MPI_Wtime(); t1 176 orte/test/mpi/parallel_r8.c et = (t2 - t1)/LOOP; t1 180 orte/test/mpi/parallel_r8.c mbs = (((double)(LOOP*X*Y*Z)*sizeof(int)))/(1000000.0*(t2-t1)); t1 43 orte/test/mpi/parallel_w64.c double t1,t2,mbs; t1 171 orte/test/mpi/parallel_w64.c t1 = MPI_Wtime(); t1 182 orte/test/mpi/parallel_w64.c et = (t2 - t1)/LOOP; t1 186 orte/test/mpi/parallel_w64.c mbs = (((double)(LOOP*X*Y*Z)*sizeof(int)))/(1000000.0*(t2-t1)); t1 42 orte/test/mpi/parallel_w8.c double t1,t2,mbs; t1 170 orte/test/mpi/parallel_w8.c t1 = MPI_Wtime(); t1 181 orte/test/mpi/parallel_w8.c et = (t2 - t1)/LOOP; t1 185 orte/test/mpi/parallel_w8.c mbs = (((double)(LOOP*X*Y*Z)*sizeof(int)))/(1000000.0*(t2-t1)); t1 66 orte/test/mpi/pmix.c double t0, t1, t2, t3, t4, t5, t6; t1 85 orte/test/mpi/pmix.c t1 = get_timestamp(); t1 112 orte/test/mpi/pmix.c fprintf(stderr, "[%d] \"MODEX_SEND\" %f\n", my_rank, t1-t0); t1 39 orte/test/system/evpri-test.c struct event *t1 = (struct event*)arg; t1 44 orte/test/system/evpri-test.c event_del(t1); t1 45 orte/test/system/evpri-test.c free(t1); t1 67 orte/test/system/evpri-test.c struct event *t1; t1 87 orte/test/system/evpri-test.c t1 = (struct event*)malloc(sizeof(struct event)); t1 88 orte/test/system/evpri-test.c if (event_assign(t1, base, -1, EV_WRITE, t1func, t1) < 0) { t1 91 orte/test/system/evpri-test.c if (event_priority_set(t1, TERMPRI) < 0) { t1 94 orte/test/system/evpri-test.c event_active(t1, EV_WRITE, 1); t1 147 test/datatype/unpack_ooo.c ompi_datatype_t * t1; t1 154 test/datatype/unpack_ooo.c rc = ompi_datatype_create_vector(2, 1, 2, MPI_INT, &t1); t1 159 test/datatype/unpack_ooo.c rc = ompi_datatype_commit (&t1); t1 242 test/datatype/unpack_ooo.c type[0] = t1; t1 73 test/monitoring/test_overhead.c static inline double timing_delay(const struct timespec*const t1, const struct timespec*const t2) t1 75 test/monitoring/test_overhead.c const double delay = 1000000.0 * (t2->tv_sec - t1->tv_sec) + (t2->tv_nsec - t1->tv_nsec) / 1000.0;