Sponsored Content
Full Discussion: Showing Clock
Top Forums UNIX for Dummies Questions & Answers Showing Clock Post 302551848 by fpmurphy on Wednesday 31st of August 2011 09:50:01 PM
Old 08-31-2011
You need to tell us a lot more. Which particular version of Unix? Are you using a GUI or at the command line? Are you at the console or remotely logging in?
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Clock Trouble

Hey ppl, i was wonddering, in mandrake, how to get the clok to display the time in non-military format....hehe thank you im just tired of looking at 18:00 hehe thank you (2 Replies)
Discussion started by: LolapaloL
2 Replies

2. Programming

clock() function

Hey all, i need a program to get the CPU ticks at certain points of my program. So, i thought about using the clock function, but i'm having a hard time figuring out how it really works. I wrote this simple program to try to understand it but it made me feel more confused: #include <stdio.h>... (5 Replies)
Discussion started by: kastrup_carioca
5 Replies

3. UNIX for Advanced & Expert Users

clock change

Hi We had a AIX box built last year but was set to the correct GMT time, but using DST time zone. In march this year the clocks went forward without issues. (if I remember a couple of weeks early due to the DST zone) This year we decided to change the clock to the correct time zone before... (0 Replies)
Discussion started by: markab2
0 Replies

4. Solaris

Bugs with clock()

Hi there!!! Need your help in solving some tricky problems. Since clock() as such is buggy on SUN OS 5 we have started using gettimeofday() in our RTOS applications based on Solaris 9. The problems we actually encountered previously were - the applications kind of freeze/hang eternally on... (1 Reply)
Discussion started by: smanu
1 Replies

5. Programming

clock cycle count

Hello everybody! Is there a way to count the clock cycles (that a program took to finish) in C? thanx:o (5 Replies)
Discussion started by: nicos
5 Replies

6. Programming

problem with clock()

#include<iostream> #include<time.h> using namespace std; int main() { system("date"); clock_t start = clock(); int i=9*8; while(i--) { int j=9999999; while(j--); } clock_t end = clock(); double elapsed =... (4 Replies)
Discussion started by: johnbach
4 Replies

7. Programming

c/c++ clock like , battery charging

Hi all , I need to make a program who describes this ( upper ) graphic: http://upload.wikimedia.org/wikipedia/commons/8/82/Sawtooth-td_and_fd.png My idea is to implement a battery charge x: 0 to time T, y : 0 to 1 values. Can you help me ? (1 Reply)
Discussion started by: jerold
1 Replies

8. Windows & DOS: Issues & Discussions

Clock doesn't tick

This is a strange one, I've never seen anything like it; the realtime clock doesn't tick while the computer's idle, only when you're watching it. Leave for 3 hours and it'll be 3 hours off. It still advances when it's off however, or the time would be far more incorrect than it is. About all... (10 Replies)
Discussion started by: Corona688
10 Replies

9. Shell Programming and Scripting

TCL clock scan

the below shown clock manipulation works well in Linux machine which has TCL 8.5. But when i use the same on the SunOS which has the TCL8.4 , I am getting the error "bad switch "-format": must be -base or -gmt". For some reason, I am not able to upgrade my TCL 8.4 to 8.5 in SunOS. Can... (0 Replies)
Discussion started by: prakasuj
0 Replies
GStreamer::Clock(3pm)					User Contributed Perl Documentation				     GStreamer::Clock(3pm)

NAME
GStreamer::Clock - Abstract class for global clocks HIERARCHY
Glib::Object +----GStreamer::Object +----GStreamer::Clock METHODS
clockid = $clock->new_periodic_id ($start_time, $interval) o $start_time (unsigned integer) o $interval (unsigned integer) clockid = $clock->new_single_shot_id ($time) o $time (unsigned integer) list = $clock->add_observation ($slave, $master) o $slave (unsigned integer) o $master (unsigned integer) unsigned integer = $clock->adjust_unlocked ($internal) o $internal (unsigned integer) (internal, external, rate_num, rate_denom) = $clock->get_calibration $clock->set_calibration ($internal, $external, $rate_num, $rate_denom) o $internal (unsigned integer) o $external (unsigned integer) o $rate_num (unsigned integer) o $rate_denom (unsigned integer) unsigned integer = $clock->get_internal_time clock or undef = $clock->get_master boolean = $clock->set_master ($master) o $master (GStreamer::Clock) 64 bit unsigned = $clock->get_resolution 64 bit unsigned = $clock->set_resolution ($resolution) o $resolution (64 bit unsigned) unsigned integer = $clock->get_time PROPERTIES
'stats' (boolean : default false : readable / writable / private) Enable clock stats (unimplemented) 'timeout' (Glib::UInt64 : default 100000000 : readable / writable / private) The amount of time, in nanoseconds, to sample master and slave clocks 'window-size' (integer : default 32 : readable / writable / private) The size of the window used to calculate rate and offset 'window-threshold' (integer : default 4 : readable / writable / private) The threshold to start calculating rate and offset SEE ALSO
GStreamer, Glib::Object, GStreamer::Object COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice. perl v5.14.2 2012-03-01 GStreamer::Clock(3pm)
All times are GMT -4. The time now is 10:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy