Time taken for a jBASE command?
- KingArthur
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 75
- Thank you received: 1
19 years 4 months ago #1947
by KingArthur
Time taken for a jBASE command? was created by KingArthur
Hi All,
I want to check the time taken for a particular command in jBASE.
Example:
COUNT FBNK.CUSTOMER
SELECT FBNK.CUSTOMER
I want to find the time taken for the above commands in jBASE prompt.
_________________
King Arthur
I want to check the time taken for a particular command in jBASE.
Example:
COUNT FBNK.CUSTOMER
SELECT FBNK.CUSTOMER
I want to find the time taken for the above commands in jBASE prompt.
_________________
King Arthur
Please Log in or Create an account to join the conversation.
- malai
-
- Offline
- Platinum Member
-
Less
More
- Posts: 509
- Thank you received: 11
19 years 4 months ago #1948
by malai
Replied by malai on topic Time taken for a jBASE command?
Its possible
Issue the following commands
time COUNT FBNK.CUSTOMER
time SELECT FBNK.CUSTOMER
This will give you the time taken.
I hope there may be some other utility like time. Post here if you come across any of those.
_________________
M A L A I
Issue the following commands
time COUNT FBNK.CUSTOMER
time SELECT FBNK.CUSTOMER
This will give you the time taken.
I hope there may be some other utility like time. Post here if you come across any of those.
_________________
M A L A I
Please Log in or Create an account to join the conversation.
- takoor
- Offline
- Senior Member
-
Less
More
- Posts: 57
- Thank you received: 0
19 years 4 months ago #1949
by takoor
Replied by takoor on topic Time taken for a jBASE command?
NOPE.
thats the only one at the moment.
_________________
takoor
thats the only one at the moment.
_________________
takoor
Please Log in or Create an account to join the conversation.
Time to create page: 0.038 seconds