Talk:c/chrono
From cppreference.com
< Talk:c
[edit] wcsftime
This page seems to imply that time.h defines function wcsftime. There is no mention of wchar.h. Newatthis (talk) 13:59, 7 April 2015 (PDT)
[edit] CLOCKS_PER_SEC
Since the macro TIME_UTC appears defined on the timespec_get page, would it be worthwhile defining the macro CLOCKS_PER_SEC on the clock page and removing CLOCKS_PER_SEC from this page? Newatthis (talk) 07:46, 8 April 2015 (PDT)
- I don't think it needs to change. Supporting macros that are used by only one entity (function, usually) belong on the reference page for that entity (e.g. FP_FAST_FMA, FP_ILOGB0). However, CLOCKS_PER_SEC is associated with two reference pages: c/chrono/clock and c/chrono/clock_t. Perhaps it could make sense to combine all three in one page (after all, what kind of use is clock_t without clock?) --Cubbi (talk) 07:58, 8 April 2015 (PDT)
[edit] CLOCKS_PER_SEC / CLK_TCK
(1) Should the entry CLOCKS_PER_SEC include "(C99)"? (2) Would cppreference see any value in mentioning CLK_TCK on this page since the name is a part of the standards' history? Newatthis (talk) 05:58, 8 June 2015 (PDT)